#F470A7

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

Shades of Hot Pink #F470A7

Tints of Hot Pink #F470A7

Color information

#F470A7 (or 0xF470A7) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and A7. RGB value is (244,112,167). Sum of RGB (Red+Green+Blue) = 244+112+167=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F470A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470A7 is #0B8F58. Grayscale: #9D9D9D. Windows color (decimal): -757593 or 10973428. OLE color: 10973428.

HSL color Cylindrical-coordinate representation of color #F470A7: hue angle of 335º 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 #F470A7 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244112167-
CMYK00.540.320.04
HSL335º85.71%69.8%-
HSV(B)335º54.1%95.69%-
XYZ50.0833.6140.41-
YUV157.74133.23189.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=46.65%
G=21.41%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411216700.540.320.0433585.7169.8
HexF470A703620414f5646
Octal364160247066404517126106
Binary11110100111000010100111011011010000010010100111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470A7; }

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

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

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

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

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

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

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

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