Shades of Shocking #F099D0
Tints of Shocking #F099D0
RGB
CMYK
RGB Variations
Color information
#F099D0 (or 0xF099D0) is known color: Shocking. HEX triplet: F0, 99 and D0. RGB value is (240,153,208). Sum of RGB (Red+Green+Blue) = 240+153+208=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F099D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099D0 is #0F662F. Grayscale: #B9B9B9. Windows color (decimal): -1009200 or 13670896. OLE color: 13670896.
HSL color Cylindrical-coordinate representation of color #F099D0: hue angle of 322.07º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099D0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 208 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.06 |
| HSL | 322.07º | 0.74% | 0.77% | - |
| HSV(B) | 322.07º | 0.36% | 0.94% | - |
| XYZ | 58.71 | 45.86 | 65.43 | - |
| YUV | 185.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 208 | 0 | 0.36 | 0.13 | 0.06 | 322.07 | 0.74 | 0.77 |
| Hex | F0 | 99 | D0 | 0 | 24 | D | 6 | 142 | 4A | 4D |
| Octal | 360 | 231 | 320 | 0 | 44 | 15 | 6 | 502 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11010000 | 0 | 100100 | 1101 | 110 | 101000010 | 1001010 | 1001101 |
Color Harmonies of #F099D0
Complementary color
Monochromatic Colors of #F099D0
Black with #F099D0
Text Example
Text Example
White with #F099D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099D0; }
p { color: rgb(240,153,208); }
H1.HeaderClassName
{
color: #F099D0;
}
.AnyTagClassName
{
color: #F099D0;
}
</style>
background-color css
<style>
a { background-color: #F099D0; }
a { background-color: rgb(240,153,208); }
div.DivClassName
{
background-color: #F099D0;
}
.BgClassName
{
background-color: #F099D0;
}
</style>
border-color css
<style>
span { border-color: #F099D0; }
span { border-color: rgb(240,153,208); }
td.TdClassName
{
border-color: #F099D0;
}
.TagClassName
{
border-color: #F099D0;
}
</style>