#F470BA

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

Shades of Hot Pink #F470BA

Tints of Hot Pink #F470BA

Color information

#F470BA (or 0xF470BA) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and BA. RGB value is (244,112,186). Sum of RGB (Red+Green+Blue) = 244+112+186=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F470BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470BA is #0B8F45. Grayscale: #9F9F9F. Windows color (decimal): -757574 or 12218612. OLE color: 12218612.

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

Color convert

RGB244112186-
CMYK00.540.240.04
HSL326.36º85.71%69.8%-
HSV(B)326.36º54.1%95.69%-
XYZ51.9734.3750.35-
YUV159.9142.73187.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.02%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=45.02%
G=20.66%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411218600.540.240.04326.3685.7169.8
HexF470BA0361841465646
Octal364160272066304506126106
Binary1111010011100001011101001101101100010010100011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470BA; }

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

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

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

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

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

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

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

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