Html Css Color HEX #F2A076 Hit Pink

📋 copy color: '#F2A076'

red 242 ◦ green 160 ◦ blue 118

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

Shades of Hit Pink #F2A076

Tints of Hit Pink #F2A076

RGB

 RED value IS 242 (94.92% from 255) = 46.54%

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

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

R = 46.54%
G = 30.77%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2A076 (or 0xF2A076) is known color: Hit Pink. HEX triplet: F2, A0 and 76. RGB value is (242,160,118). Sum of RGB (Red+Green+Blue) = 242+160+118=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A076 is #0D5F89. Grayscale: #B3B3B3. Windows color (decimal): -876426 or 7774450. OLE color: 7774450.

HSL color Cylindrical-coordinate representation of color #F2A076: hue angle of 20.32º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2A076 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 160 118 -
CMYK 0 0.34 0.51 0.05
HSL 20.32º 0.83% 0.71% -
HSV(B) 20.32º 0.51% 0.95% -
XYZ 52.46 45.33 23.12 -
YUV 179.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 242 160 118 0 0.34 0.51 0.05 20.32 0.83 0.71
Hex F2 A0 76 0 22 33 5 14 53 47
Octal 362 240 166 0 42 63 5 24 123 107
Binary 11110010 10100000 1110110 0 100010 110011 101 10100 1010011 1000111

Color Harmonies of #F2A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A076

Black with #F2A076

Text Example


Text Example

White with #F2A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A076; }

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

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

background-color css

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

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

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

border-color css

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

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

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