Shades of Shocking #F08DB9
Tints of Shocking #F08DB9
RGB
CMYK
RGB Variations
Color information
#F08DB9 (or 0xF08DB9) is known color: Shocking. HEX triplet: F0, 8D and B9. RGB value is (240,141,185). Sum of RGB (Red+Green+Blue) = 240+141+185=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DB9 is #0F7246. Grayscale: #AFAFAF. Windows color (decimal): -1012295 or 12160496. OLE color: 12160496.
HSL color Cylindrical-coordinate representation of color #F08DB9: hue angle of 333.33º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DB9 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 185 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.06 |
| HSL | 333.33º | 0.77% | 0.75% | - |
| HSV(B) | 333.33º | 0.41% | 0.94% | - |
| XYZ | 54.22 | 41.08 | 50.97 | - |
| YUV | 175.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 185 | 0 | 0.41 | 0.23 | 0.06 | 333.33 | 0.77 | 0.75 |
| Hex | F0 | 8D | B9 | 0 | 29 | 17 | 6 | 14D | 4D | 4B |
| Octal | 360 | 215 | 271 | 0 | 51 | 27 | 6 | 515 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10111001 | 0 | 101001 | 10111 | 110 | 101001101 | 1001101 | 1001011 |
Color Harmonies of #F08DB9
Complementary color
Monochromatic Colors of #F08DB9
Black with #F08DB9
Text Example
Text Example
White with #F08DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DB9; }
p { color: rgb(240,141,185); }
H1.HeaderClassName
{
color: #F08DB9;
}
.AnyTagClassName
{
color: #F08DB9;
}
</style>
background-color css
<style>
a { background-color: #F08DB9; }
a { background-color: rgb(240,141,185); }
div.DivClassName
{
background-color: #F08DB9;
}
.BgClassName
{
background-color: #F08DB9;
}
</style>
border-color css
<style>
span { border-color: #F08DB9; }
span { border-color: rgb(240,141,185); }
td.TdClassName
{
border-color: #F08DB9;
}
.TagClassName
{
border-color: #F08DB9;
}
</style>