#F470B3

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

Shades of Hot Pink #F470B3

Tints of Hot Pink #F470B3

Color information

#F470B3 (or 0xF470B3) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and B3. RGB value is (244,112,179). Sum of RGB (Red+Green+Blue) = 244+112+179=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F470B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470B3 is #0B8F4C. Grayscale: #9E9E9E. Windows color (decimal): -757581 or 11759860. OLE color: 11759860.

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

Color convert

RGB244112179-
CMYK00.540.270.04
HSL329.55º85.71%69.8%-
HSV(B)329.55º54.1%95.69%-
XYZ51.2434.0846.52-
YUV159.11139.23188.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=45.61%
G=20.93%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411217900.540.270.04329.5585.7169.8
HexF470B30361B414a5646
Octal364160263066334512126106
Binary1111010011100001011001101101101101110010100101010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470B3; }

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

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

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

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

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

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

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

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