Html Css Color HEX #F471AA Hot Pink

📋 copy color: '#F471AA'

red 244 ◦ green 113 ◦ blue 170

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

Shades of Hot Pink #F471AA

Tints of Hot Pink #F471AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.44%

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

R = 46.3%
G = 21.44%
B = 32.26%

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

#F471AA (or 0xF471AA) is known color: Hot Pink. HEX triplet: F4, 71 and AA. RGB value is (244,113,170). Sum of RGB (Red+Green+Blue) = 244+113+170=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F471AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F471AA is #0B8E55. Grayscale: #9E9E9E. Windows color (decimal): -757334 or 11170292. OLE color: 11170292.

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

Color convert

RGB 244 113 170 -
CMYK 0 0.54 0.30 0.04
HSL 333.89º 0.86% 0.7% -
HSV(B) 333.89º 0.54% 0.96% -
XYZ 50.47 33.95 41.92 -
YUV 158.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 244 113 170 0 0.54 0.30 0.04 333.89 0.86 0.7
Hex F4 71 AA 0 36 1E 4 14E 56 46
Octal 364 161 252 0 66 36 4 516 126 106
Binary 11110100 1110001 10101010 0 110110 11110 100 101001110 1010110 1000110

Color Harmonies of #F471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471AA

Black with #F471AA

Text Example


Text Example

White with #F471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471AA; }

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

 H1.HeaderClassName
 {
   color: #F471AA;
 }
 .AnyTagClassName
 {
   color: #F471AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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