Shades of Shocking #F08DB8
Tints of Shocking #F08DB8
RGB
CMYK
RGB Variations
Color information
#F08DB8 (or 0xF08DB8) is known color: Shocking. HEX triplet: F0, 8D and B8. RGB value is (240,141,184). Sum of RGB (Red+Green+Blue) = 240+141+184=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DB8 is #0F7247. Grayscale: #AFAFAF. Windows color (decimal): -1012296 or 12094960. OLE color: 12094960.
HSL color Cylindrical-coordinate representation of color #F08DB8: hue angle of 333.94º 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 #F08DB8 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 184 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.06 |
| HSL | 333.94º | 0.77% | 0.75% | - |
| HSV(B) | 333.94º | 0.41% | 0.94% | - |
| XYZ | 54.11 | 41.04 | 50.42 | - |
| YUV | 175.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 184 | 0 | 0.41 | 0.23 | 0.06 | 333.94 | 0.77 | 0.75 |
| Hex | F0 | 8D | B8 | 0 | 29 | 17 | 6 | 14E | 4D | 4B |
| Octal | 360 | 215 | 270 | 0 | 51 | 27 | 6 | 516 | 115 | 113 |
| Binary | 11110000 | 10001101 | 10111000 | 0 | 101001 | 10111 | 110 | 101001110 | 1001101 | 1001011 |
Color Harmonies of #F08DB8
Complementary color
Monochromatic Colors of #F08DB8
Black with #F08DB8
Text Example
Text Example
White with #F08DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DB8; }
p { color: rgb(240,141,184); }
H1.HeaderClassName
{
color: #F08DB8;
}
.AnyTagClassName
{
color: #F08DB8;
}
</style>
background-color css
<style>
a { background-color: #F08DB8; }
a { background-color: rgb(240,141,184); }
div.DivClassName
{
background-color: #F08DB8;
}
.BgClassName
{
background-color: #F08DB8;
}
</style>
border-color css
<style>
span { border-color: #F08DB8; }
span { border-color: rgb(240,141,184); }
td.TdClassName
{
border-color: #F08DB8;
}
.TagClassName
{
border-color: #F08DB8;
}
</style>