Html Css Color HEX #F4A276 Hit Pink

📋 copy color: '#F4A276'

red 244 ◦ green 162 ◦ blue 118

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

Shades of Hit Pink #F4A276

Tints of Hit Pink #F4A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 46.56%
G = 30.92%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4A276 (or 0xF4A276) is known color: Hit Pink. HEX triplet: F4, A2 and 76. RGB value is (244,162,118). Sum of RGB (Red+Green+Blue) = 244+162+118=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A276 is #0B5D89. Grayscale: #B5B5B5. Windows color (decimal): -744842 or 7774964. OLE color: 7774964.

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

Color convert

RGB 244 162 118 -
CMYK 0 0.34 0.52 0.04
HSL 20.95º 0.85% 0.71% -
HSV(B) 20.95º 0.52% 0.96% -
XYZ 53.5 46.38 23.27 -
YUV 181.5 92.17 172.58 -
System Red Green Blue C M Y K H S L
Decimal 244 162 118 0 0.34 0.52 0.04 20.95 0.85 0.71
Hex F4 A2 76 0 22 34 4 15 55 47
Octal 364 242 166 0 42 64 4 25 125 107
Binary 11110100 10100010 1110110 0 100010 110100 100 10101 1010101 1000111

Color Harmonies of #F4A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A276

Black with #F4A276

Text Example


Text Example

White with #F4A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A276; }

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

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

background-color css

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

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

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

border-color css

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

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

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