Html Css Color HEX #F5A076 Hit Pink

📋 copy color: '#F5A076'

red 245 ◦ green 160 ◦ blue 118

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

Shades of Hit Pink #F5A076

Tints of Hit Pink #F5A076

RGB

 RED value IS 245 (96.09% from 255) = 46.85%

 GREEN value IS 160 (62.89% from 255) = 30.59%

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

R = 46.85%
G = 30.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F5A076 (or 0xF5A076) is known color: Hit Pink. HEX triplet: F5, A0 and 76. RGB value is (245,160,118). Sum of RGB (Red+Green+Blue) = 245+160+118=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A076 is #0A5F89. Grayscale: #B4B4B4. Windows color (decimal): -679818 or 7774453. OLE color: 7774453.

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

Color convert

RGB 245 160 118 -
CMYK 0 0.35 0.52 0.04
HSL 19.84º 0.86% 0.71% -
HSV(B) 19.84º 0.52% 0.96% -
XYZ 53.5 45.86 23.17 -
YUV 180.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 245 160 118 0 0.35 0.52 0.04 19.84 0.86 0.71
Hex F5 A0 76 0 23 34 4 14 56 47
Octal 365 240 166 0 43 64 4 24 126 107
Binary 11110101 10100000 1110110 0 100011 110100 100 10100 1010110 1000111

Color Harmonies of #F5A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A076

Black with #F5A076

Text Example


Text Example

White with #F5A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A076; }

 p { color: rgb(245,160,118); }

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

background-color css

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

 a { background-color: rgb(245,160,118); }

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

border-color css

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

 span { border-color: rgb(245,160,118); }

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