Html Css Color HEX #F4A476 Hit Pink

📋 copy color: '#F4A476'

red 244 ◦ green 164 ◦ blue 118

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

Shades of Hit Pink #F4A476

Tints of Hit Pink #F4A476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.18%

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 46.39%
G = 31.18%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4A476 (or 0xF4A476) is known color: Hit Pink. HEX triplet: F4, A4 and 76. RGB value is (244,164,118). Sum of RGB (Red+Green+Blue) = 244+164+118=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A476 is #0B5B89. Grayscale: #B6B6B6. Windows color (decimal): -744330 or 7775476. OLE color: 7775476.

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

Color convert

RGB 244 164 118 -
CMYK 0 0.33 0.52 0.04
HSL 21.9º 0.85% 0.71% -
HSV(B) 21.9º 0.52% 0.96% -
XYZ 53.85 47.09 23.39 -
YUV 182.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 244 164 118 0 0.33 0.52 0.04 21.9 0.85 0.71
Hex F4 A4 76 0 21 34 4 16 55 47
Octal 364 244 166 0 41 64 4 26 125 107
Binary 11110100 10100100 1110110 0 100001 110100 100 10110 1010101 1000111

Color Harmonies of #F4A476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A476

Black with #F4A476

Text Example


Text Example

White with #F4A476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A476; }

 p { color: rgb(244,164,118); }

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

background-color css

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

 a { background-color: rgb(244,164,118); }

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

border-color css

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

 span { border-color: rgb(244,164,118); }

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