#F470AA

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

Shades of Hot Pink #F470AA

Tints of Hot Pink #F470AA

Color information

#F470AA (or 0xF470AA) is unknown color: approx Hot Pink. HEX triplet: F4, 70 and AA. RGB value is (244,112,170). Sum of RGB (Red+Green+Blue) = 244+112+170=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F470AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470AA is #0B8F55. Grayscale: #9D9D9D. Windows color (decimal): -757590 or 11170036. OLE color: 11170036.

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

Color convert

RGB244112170-
CMYK00.540.300.04
HSL333.64º85.71%69.8%-
HSV(B)333.64º54.1%95.69%-
XYZ50.3633.7241.89-
YUV158.08134.73189.28-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.39%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=46.39%
G=21.29%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411217000.540.300.04333.6485.7169.8
HexF470AA0361E414e5646
Octal364160252066364516126106
Binary1111010011100001010101001101101111010010100111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470AA; }

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

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

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

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

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

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

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

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