Shades of Shocking #F09DBD
Tints of Shocking #F09DBD
RGB
CMYK
RGB Variations
Color information
#F09DBD (or 0xF09DBD) is known color: Shocking. HEX triplet: F0, 9D and BD. RGB value is (240,157,189). Sum of RGB (Red+Green+Blue) = 240+157+189=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DBD is #0F6242. Grayscale: #B9B9B9. Windows color (decimal): -1008195 or 12426736. OLE color: 12426736.
HSL color Cylindrical-coordinate representation of color #F09DBD: hue angle of 336.87º 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 #F09DBD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 157 | 189 | - |
CMYK | 0 | 0.35 | 0.21 | 0.06 |
HSL | 336.87º | 0.73% | 0.78% | - |
HSV(B) | 336.87º | 0.35% | 0.94% | - |
XYZ | 57.18 | 46.31 | 54.07 | - |
YUV | 185.47 | 130 | 166.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 157 | 189 | 0 | 0.35 | 0.21 | 0.06 | 336.87 | 0.73 | 0.78 |
Hex | F0 | 9D | BD | 0 | 23 | 15 | 6 | 151 | 49 | 4E |
Octal | 360 | 235 | 275 | 0 | 43 | 25 | 6 | 521 | 111 | 116 |
Binary | 11110000 | 10011101 | 10111101 | 0 | 100011 | 10101 | 110 | 101010001 | 1001001 | 1001110 |
Color Harmonies of #F09DBD
Complementary color
Monochromatic Colors of #F09DBD
Black with #F09DBD
Text Example
Text Example
White with #F09DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DBD; }
p { color: rgb(240,157,189); }
H1.HeaderClassName
{
color: #F09DBD;
}
.AnyTagClassName
{
color: #F09DBD;
}
</style>
background-color css
<style>
a { background-color: #F09DBD; }
a { background-color: rgb(240,157,189); }
div.DivClassName
{
background-color: #F09DBD;
}
.BgClassName
{
background-color: #F09DBD;
}
</style>
border-color css
<style>
span { border-color: #F09DBD; }
span { border-color: rgb(240,157,189); }
td.TdClassName
{
border-color: #F09DBD;
}
.TagClassName
{
border-color: #F09DBD;
}
</style>