#F99F70

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

Shades of Hit Pink #F99F70

Tints of Hit Pink #F99F70

Color information

#F99F70 (or 0xF99F70) is unknown color: approx Hit Pink. HEX triplet: F9, 9F and 70. RGB value is (249,159,112). Sum of RGB (Red+Green+Blue) = 249+159+112=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F70 is #06608F. Grayscale: #B4B4B4. Windows color (decimal): -417936 or 7380985. OLE color: 7380985.

HSL color Cylindrical-coordinate representation of color #F99F70: hue angle of 20.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99F70 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249159112-
CMYK00.360.550.02
HSL20.58º91.95%70.78%-
HSV(B)20.58º55.02%97.65%-
XYZ54.3946.1121.36-
YUV180.5589.32176.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.88%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=47.88%
G=30.58%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915911200.360.550.0220.5891.9570.78
HexF99F70024372155c47
Octal37123716004467225134107
Binary111110011001111111100000100100110111101010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99F70; }

 p { color: rgb(249,159,112); }

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

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

 a { background-color: rgb(249,159,112); }

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

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

 span { border-color: rgb(249,159,112); }

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