#F1A077

Color #F1A077 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F1A077

Tints of Hit Pink #F1A077

Color information

#F1A077 (or 0xF1A077) is unknown color: approx Hit Pink. HEX triplet: F1, A0 and 77. RGB value is (241,160,119). Sum of RGB (Red+Green+Blue) = 241+160+119=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A077 is #0E5F88. Grayscale: #B3B3B3. Windows color (decimal): -941961 or 7839985. OLE color: 7839985.

HSL color Cylindrical-coordinate representation of color #F1A077: hue angle of 20.16º degrees, saturation: 0.81, 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 #F1A077 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241160119-
CMYK00.340.510.05
HSL20.16º81.33%70.59%-
HSV(B)20.16º50.62%94.51%-
XYZ52.1845.1723.42-
YUV179.5493.84171.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=46.35%
G=30.77%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116011900.340.510.0520.1681.3370.59
HexF1A077022335145147
Octal36124016704263524121107
Binary1111000110100000111011101000101100111011010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A077; }

 p { color: rgb(241,160,119); }

 H1.HeaderClassName
 {
   color: #F1A077;
 }
 .AnyTagClassName
 {
   color: #F1A077;
 }
</style>
background-color css

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

 a { background-color: rgb(241,160,119); }

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

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

 span { border-color: rgb(241,160,119); }

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