Shades of Shocking #F09DBF
Tints of Shocking #F09DBF
RGB
CMYK
RGB Variations
Color information
#F09DBF (or 0xF09DBF) is known color: Shocking. HEX triplet: F0, 9D and BF. RGB value is (240,157,191). Sum of RGB (Red+Green+Blue) = 240+157+191=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DBF is #0F6240. Grayscale: #B9B9B9. Windows color (decimal): -1008193 or 12557808. OLE color: 12557808.
HSL color Cylindrical-coordinate representation of color #F09DBF: hue angle of 335.42º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DBF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 191 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 335.42º | 0.73% | 0.78% | - |
| HSV(B) | 335.42º | 0.35% | 0.94% | - |
| XYZ | 57.4 | 46.4 | 55.22 | - |
| YUV | 185.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 191 | 0 | 0.35 | 0.20 | 0.06 | 335.42 | 0.73 | 0.78 |
| Hex | F0 | 9D | BF | 0 | 23 | 14 | 6 | 14F | 49 | 4E |
| Octal | 360 | 235 | 277 | 0 | 43 | 24 | 6 | 517 | 111 | 116 |
| Binary | 11110000 | 10011101 | 10111111 | 0 | 100011 | 10100 | 110 | 101001111 | 1001001 | 1001110 |
Color Harmonies of #F09DBF
Complementary color
Monochromatic Colors of #F09DBF
Black with #F09DBF
Text Example
Text Example
White with #F09DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DBF; }
p { color: rgb(240,157,191); }
H1.HeaderClassName
{
color: #F09DBF;
}
.AnyTagClassName
{
color: #F09DBF;
}
</style>
background-color css
<style>
a { background-color: #F09DBF; }
a { background-color: rgb(240,157,191); }
div.DivClassName
{
background-color: #F09DBF;
}
.BgClassName
{
background-color: #F09DBF;
}
</style>
border-color css
<style>
span { border-color: #F09DBF; }
span { border-color: rgb(240,157,191); }
td.TdClassName
{
border-color: #F09DBF;
}
.TagClassName
{
border-color: #F09DBF;
}
</style>