Html Css Color HEX #F0A276 Hit Pink

📋 copy color: '#F0A276'

red 240 ◦ green 162 ◦ blue 118

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

Shades of Hit Pink #F0A276

Tints of Hit Pink #F0A276

RGB

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

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

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

R = 46.15%
G = 31.15%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F0A276 (or 0xF0A276) is known color: Hit Pink. HEX triplet: F0, A2 and 76. RGB value is (240,162,118). Sum of RGB (Red+Green+Blue) = 240+162+118=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A276 is #0F5D89. Grayscale: #B4B4B4. Windows color (decimal): -1006986 or 7774960. OLE color: 7774960.

HSL color Cylindrical-coordinate representation of color #F0A276: hue angle of 21.64º 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 #F0A276 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 118 -
CMYK 0 0.32 0.51 0.06
HSL 21.64º 0.8% 0.7% -
HSV(B) 21.64º 0.51% 0.94% -
XYZ 52.13 45.67 23.21 -
YUV 180.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 240 162 118 0 0.32 0.51 0.06 21.64 0.8 0.7
Hex F0 A2 76 0 20 33 6 16 50 46
Octal 360 242 166 0 40 63 6 26 120 106
Binary 11110000 10100010 1110110 0 100000 110011 110 10110 1010000 1000110

Color Harmonies of #F0A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A276

Black with #F0A276

Text Example


Text Example

White with #F0A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A276; }

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

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

background-color css

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

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

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

border-color css

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

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

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