#F89A70

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

Shades of Hit Pink #F89A70

Tints of Hit Pink #F89A70

Color information

#F89A70 (or 0xF89A70) is unknown color: approx Hit Pink. HEX triplet: F8, 9A and 70. RGB value is (248,154,112). Sum of RGB (Red+Green+Blue) = 248+154+112=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A70 is #07658F. Grayscale: #B1B1B1. Windows color (decimal): -484752 or 7379704. OLE color: 7379704.

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

Color convert

RGB248154112-
CMYK00.380.550.03
HSL18.53º90.67%70.59%-
HSV(B)18.53º54.84%97.25%-
XYZ53.1944.2421.06-
YUV177.3291.14178.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=48.25%
G=29.96%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815411200.380.550.0318.5390.6770.59
HexF89A70026373135b47
Octal37023216004667323133107
Binary111110001001101011100000100110110111111001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89A70; }

 p { color: rgb(248,154,112); }

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

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

 a { background-color: rgb(248,154,112); }

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

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

 span { border-color: rgb(248,154,112); }

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