Html Css Color HEX #F470AB Hot Pink

📋 copy color: '#F470AB'

red 244 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #F470AB

Tints of Hot Pink #F470AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 46.3%
G = 21.25%
B = 32.45%

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

#F470AB (or 0xF470AB) is known color: Hot Pink. HEX triplet: F4, 70 and AB. RGB value is (244,112,171). Sum of RGB (Red+Green+Blue) = 244+112+171=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F470AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470AB is #0B8F54. Grayscale: #9E9E9E. Windows color (decimal): -757589 or 11235572. OLE color: 11235572.

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

Color convert

RGB 244 112 171 -
CMYK 0 0.54 0.30 0.04
HSL 333.18º 0.86% 0.7% -
HSV(B) 333.18º 0.54% 0.96% -
XYZ 50.45 33.76 42.39 -
YUV 158.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 244 112 171 0 0.54 0.30 0.04 333.18 0.86 0.7
Hex F4 70 AB 0 36 1E 4 14D 56 46
Octal 364 160 253 0 66 36 4 515 126 106
Binary 11110100 1110000 10101011 0 110110 11110 100 101001101 1010110 1000110

Color Harmonies of #F470AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470AB

Black with #F470AB

Text Example


Text Example

White with #F470AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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