#f470ae

Color #F470AE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F470AE

Tints of Hot Pink #F470AE

Color information

#F470AE (or 0xF470AE) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and AE. RGB value is (244,112,174). Sum of RGB (Red+Green+Blue) = 244+112+174=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F470AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470AE is #0B8F51. Grayscale: #9E9E9E. Windows color (decimal): -757586 or 11432180. OLE color: 11432180.

HSL color Cylindrical-coordinate representation of color #F470AE: hue angle of 331.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470AE is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB244112174-
CMYK00.540.290.04
HSL331.82º85.71%69.8%-
HSV(B)331.82º54.1%95.69%-
XYZ50.7433.8843.91-
YUV158.54136.73188.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 46.04%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=46.04%
G=21.13%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411217400.540.290.04331.8285.7169.8
HexF470AE0361D414c5646
Octal364160256066354514126106
Binary1111010011100001010111001101101110110010100110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f470ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f470ae; }

 p { color: rgb(244,112,174); }

 H1.HeaderClassName
 {
   color: #f470ae;
 }
 .AnyTagClassName
 {
   color: #f470ae;
 }
</style>
background-color css

<style>
 a { background-color: #f470ae; }

 a { background-color: rgb(244,112,174); }

 div.DivClassName
 {
   background-color: #f470ae;
 }
 .BgClassName
 {
   background-color: #f470ae;
 }
</style>
border-color css

<style>
 span { border-color: #f470ae; }

 span { border-color: rgb(244,112,174); }

 td.TdClassName
 {
   border-color: #f470ae;
 }
 .TagClassName
 {
   border-color: #f470ae;
 }
</style>