Html Css Color HEX #F474AB Hot Pink

📋 copy color: '#F474AB'

red 244 ◦ green 116 ◦ blue 171

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

Shades of Hot Pink #F474AB

Tints of Hot Pink #F474AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

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

R = 45.95%
G = 21.85%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F474AB (or 0xF474AB) is known color: Hot Pink. HEX triplet: F4, 74 and AB. RGB value is (244,116,171). Sum of RGB (Red+Green+Blue) = 244+116+171=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F474AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F474AB is #0B8B54. Grayscale: #A0A0A0. Windows color (decimal): -756565 or 11236596. OLE color: 11236596.

HSL color Cylindrical-coordinate representation of color #F474AB: hue angle of 334.22º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474AB is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 171 -
CMYK 0 0.52 0.30 0.04
HSL 334.22º 0.85% 0.71% -
HSV(B) 334.22º 0.52% 0.96% -
XYZ 50.9 34.66 42.54 -
YUV 160.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 244 116 171 0 0.52 0.30 0.04 334.22 0.85 0.71
Hex F4 74 AB 0 34 1E 4 14E 55 47
Octal 364 164 253 0 64 36 4 516 125 107
Binary 11110100 1110100 10101011 0 110100 11110 100 101001110 1010101 1000111

Color Harmonies of #F474AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F474AB

Black with #F474AB

Text Example


Text Example

White with #F474AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F474AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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