Shades of Shocking #F099B9
Tints of Shocking #F099B9
RGB
CMYK
RGB Variations
Color information
#F099B9 (or 0xF099B9) is known color: Shocking. HEX triplet: F0, 99 and B9. RGB value is (240,153,185). Sum of RGB (Red+Green+Blue) = 240+153+185=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F099B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099B9 is #0F6646. Grayscale: #B6B6B6. Windows color (decimal): -1009223 or 12163568. OLE color: 12163568.
HSL color Cylindrical-coordinate representation of color #F099B9: hue angle of 337.93º 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 #F099B9 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 185 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.06 |
| HSL | 337.93º | 0.74% | 0.77% | - |
| HSV(B) | 337.93º | 0.36% | 0.94% | - |
| XYZ | 56.08 | 44.81 | 51.59 | - |
| YUV | 182.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 185 | 0 | 0.36 | 0.23 | 0.06 | 337.93 | 0.74 | 0.77 |
| Hex | F0 | 99 | B9 | 0 | 24 | 17 | 6 | 152 | 4A | 4D |
| Octal | 360 | 231 | 271 | 0 | 44 | 27 | 6 | 522 | 112 | 115 |
| Binary | 11110000 | 10011001 | 10111001 | 0 | 100100 | 10111 | 110 | 101010010 | 1001010 | 1001101 |
Color Harmonies of #F099B9
Complementary color
Monochromatic Colors of #F099B9
Black with #F099B9
Text Example
Text Example
White with #F099B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099B9; }
p { color: rgb(240,153,185); }
H1.HeaderClassName
{
color: #F099B9;
}
.AnyTagClassName
{
color: #F099B9;
}
</style>
background-color css
<style>
a { background-color: #F099B9; }
a { background-color: rgb(240,153,185); }
div.DivClassName
{
background-color: #F099B9;
}
.BgClassName
{
background-color: #F099B9;
}
</style>
border-color css
<style>
span { border-color: #F099B9; }
span { border-color: rgb(240,153,185); }
td.TdClassName
{
border-color: #F099B9;
}
.TagClassName
{
border-color: #F099B9;
}
</style>