#F99D70

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

Shades of Hit Pink #F99D70

Tints of Hit Pink #F99D70

Color information

#F99D70 (or 0xF99D70) is unknown color: approx Hit Pink. HEX triplet: F9, 9D and 70. RGB value is (249,157,112). Sum of RGB (Red+Green+Blue) = 249+157+112=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D70 is #06628F. Grayscale: #B3B3B3. Windows color (decimal): -418448 or 7380473. OLE color: 7380473.

HSL color Cylindrical-coordinate representation of color #F99D70: hue angle of 19.71º 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 #F99D70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249157112-
CMYK00.370.550.02
HSL19.71º91.95%70.78%-
HSV(B)19.71º55.02%97.65%-
XYZ54.0545.4221.25-
YUV179.3889.98177.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=48.07%
G=30.31%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915711200.370.550.0219.7191.9570.78
HexF99D70025372145c47
Octal37123516004567224134107
Binary111110011001110111100000100101110111101010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99D70; }

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

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

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

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

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

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

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

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