#F470AD

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

Shades of Hot Pink #F470AD

Tints of Hot Pink #F470AD

Color information

#F470AD (or 0xF470AD) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and AD. RGB value is (244,112,173). Sum of RGB (Red+Green+Blue) = 244+112+173=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F470AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470AD is #0B8F52. Grayscale: #9E9E9E. Windows color (decimal): -757587 or 11366644. OLE color: 11366644.

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

Color convert

RGB244112173-
CMYK00.540.290.04
HSL332.27º85.71%69.8%-
HSV(B)332.27º54.1%95.69%-
XYZ50.6533.8443.4-
YUV158.42136.23189.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.12%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=46.12%
G=21.17%
B=32.70%

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
Decimal24411217300.540.290.04332.2785.7169.8
HexF470AD0361D414c5646
Octal364160255066354514126106
Binary1111010011100001010110101101101110110010100110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470AD; }

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

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

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

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

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

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

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

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