Html Css Color HEX #F470AA Hot Pink

📋 copy color: '#F470AA'

red 244 ◦ green 112 ◦ blue 170

#F470AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #F470AA

Tints of Hot Pink #F470AA

RGB

 RED value IS 244 (95.7% from 255) = 46.39%

 GREEN value IS 112 (44.14% from 255) = 21.29%

 BLUE value IS 170 (66.8% from 255) = 32.32%

R = 46.39%
G = 21.29%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F470AA (or 0xF470AA) is known color: 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

RGB 244 112 170 -
CMYK 0 0.54 0.30 0.04
HSL 333.64º 0.86% 0.7% -
HSV(B) 333.64º 0.54% 0.96% -
XYZ 50.36 33.72 41.89 -
YUV 158.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 244 112 170 0 0.54 0.30 0.04 333.64 0.86 0.7
Hex F4 70 AA 0 36 1E 4 14E 56 46
Octal 364 160 252 0 66 36 4 516 126 106
Binary 11110100 1110000 10101010 0 110110 11110 100 101001110 1010110 1000110

Color Harmonies of #F470AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470AA

Black with #F470AA

Text Example


Text Example

White with #F470AA

Text Example


Text Example

HTML Codes & Css Web 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>