Shades of Shocking #F08FB9
Tints of Shocking #F08FB9
RGB
CMYK
RGB Variations
Color information
#F08FB9 (or 0xF08FB9) is known color: Shocking. HEX triplet: F0, 8F and B9. RGB value is (240,143,185). Sum of RGB (Red+Green+Blue) = 240+143+185=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FB9 is #0F7046. Grayscale: #B0B0B0. Windows color (decimal): -1011783 or 12161008. OLE color: 12161008.
HSL color Cylindrical-coordinate representation of color #F08FB9: hue angle of 334.02º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FB9 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 185 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.06 |
| HSL | 334.02º | 0.76% | 0.75% | - |
| HSV(B) | 334.02º | 0.4% | 0.94% | - |
| XYZ | 54.51 | 41.67 | 51.07 | - |
| YUV | 176.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 185 | 0 | 0.40 | 0.23 | 0.06 | 334.02 | 0.76 | 0.75 |
| Hex | F0 | 8F | B9 | 0 | 28 | 17 | 6 | 14E | 4C | 4B |
| Octal | 360 | 217 | 271 | 0 | 50 | 27 | 6 | 516 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10111001 | 0 | 101000 | 10111 | 110 | 101001110 | 1001100 | 1001011 |
Color Harmonies of #F08FB9
Complementary color
Monochromatic Colors of #F08FB9
Black with #F08FB9
Text Example
Text Example
White with #F08FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FB9; }
p { color: rgb(240,143,185); }
H1.HeaderClassName
{
color: #F08FB9;
}
.AnyTagClassName
{
color: #F08FB9;
}
</style>
background-color css
<style>
a { background-color: #F08FB9; }
a { background-color: rgb(240,143,185); }
div.DivClassName
{
background-color: #F08FB9;
}
.BgClassName
{
background-color: #F08FB9;
}
</style>
border-color css
<style>
span { border-color: #F08FB9; }
span { border-color: rgb(240,143,185); }
td.TdClassName
{
border-color: #F08FB9;
}
.TagClassName
{
border-color: #F08FB9;
}
</style>