Shades of Hit Pink #F99E6C
Tints of Hit Pink #F99E6C
RGB
CMYK
RGB Variations
Color information
#F99E6C (or 0xF99E6C) is known color: Hit Pink. HEX triplet: F9, 9E and 6C. RGB value is (249,158,108). Sum of RGB (Red+Green+Blue) = 249+158+108=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99E6C is #066193. Grayscale: #B3B3B3. Windows color (decimal): -418196 or 7118585. OLE color: 7118585.
HSL color Cylindrical-coordinate representation of color #F99E6C: hue angle of 21.28º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F99E6C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 108 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.02 |
| HSL | 21.28º | 0.92% | 0.7% | - |
| HSV(B) | 21.28º | 0.57% | 0.98% | - |
| XYZ | 54 | 45.68 | 20.16 | - |
| YUV | 179.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 108 | 0 | 0.37 | 0.57 | 0.02 | 21.28 | 0.92 | 0.7 |
| Hex | F9 | 9E | 6C | 0 | 25 | 39 | 2 | 15 | 5C | 46 |
| Octal | 371 | 236 | 154 | 0 | 45 | 71 | 2 | 25 | 134 | 106 |
| Binary | 11111001 | 10011110 | 1101100 | 0 | 100101 | 111001 | 10 | 10101 | 1011100 | 1000110 |
Color Harmonies of #F99E6C
Complementary color
Monochromatic Colors of #F99E6C
Black with #F99E6C
Text Example
Text Example
White with #F99E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E6C; }
p { color: rgb(249,158,108); }
H1.HeaderClassName
{
color: #F99E6C;
}
.AnyTagClassName
{
color: #F99E6C;
}
</style>
background-color css
<style>
a { background-color: #F99E6C; }
a { background-color: rgb(249,158,108); }
div.DivClassName
{
background-color: #F99E6C;
}
.BgClassName
{
background-color: #F99E6C;
}
</style>
border-color css
<style>
span { border-color: #F99E6C; }
span { border-color: rgb(249,158,108); }
td.TdClassName
{
border-color: #F99E6C;
}
.TagClassName
{
border-color: #F99E6C;
}
</style>