#F8A071

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

Shades of Hit Pink #F8A071

Tints of Hit Pink #F8A071

Color information

#F8A071 (or 0xF8A071) is unknown color: approx Hit Pink. HEX triplet: F8, A0 and 71. RGB value is (248,160,113). Sum of RGB (Red+Green+Blue) = 248+160+113=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A071 is #075F8E. Grayscale: #B5B5B5. Windows color (decimal): -483215 or 7446776. OLE color: 7446776.

HSL color Cylindrical-coordinate representation of color #F8A071: hue angle of 20.89º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8A071 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248160113-
CMYK00.350.540.03
HSL20.89º90.6%70.78%-
HSV(B)20.89º54.44%97.25%-
XYZ54.2646.2921.7-
YUV180.9589.65175.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.60%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=47.60%
G=30.71%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816011300.350.540.0320.8990.670.78
HexF8A071023363155b47
Octal37024016104366325133107
Binary111110001010000011100010100011110110111010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A071; }

 p { color: rgb(248,160,113); }

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

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

 a { background-color: rgb(248,160,113); }

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

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

 span { border-color: rgb(248,160,113); }

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