Html Css Color HEX #F0A076 Hit Pink

📋 copy color: '#F0A076'

red 240 ◦ green 160 ◦ blue 118

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

Shades of Hit Pink #F0A076

Tints of Hit Pink #F0A076

RGB

 RED value IS 240 (94.14% from 255) = 46.33%

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

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

R = 46.33%
G = 30.89%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F0A076 (or 0xF0A076) is known color: Hit Pink. HEX triplet: F0, A0 and 76. RGB value is (240,160,118). Sum of RGB (Red+Green+Blue) = 240+160+118=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A076 is #0F5F89. Grayscale: #B3B3B3. Windows color (decimal): -1007498 or 7774448. OLE color: 7774448.

HSL color Cylindrical-coordinate representation of color #F0A076: hue angle of 20.66º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0A076 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 118 -
CMYK 0 0.33 0.51 0.06
HSL 20.66º 0.8% 0.7% -
HSV(B) 20.66º 0.51% 0.94% -
XYZ 51.78 44.97 23.09 -
YUV 179.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 240 160 118 0 0.33 0.51 0.06 20.66 0.8 0.7
Hex F0 A0 76 0 21 33 6 15 50 46
Octal 360 240 166 0 41 63 6 25 120 106
Binary 11110000 10100000 1110110 0 100001 110011 110 10101 1010000 1000110

Color Harmonies of #F0A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A076

Black with #F0A076

Text Example


Text Example

White with #F0A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A076; }

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

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

background-color css

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

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

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

border-color css

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

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

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