Shades of Shocking #F09BCD
Tints of Shocking #F09BCD
RGB
CMYK
RGB Variations
Color information
#F09BCD (or 0xF09BCD) is known color: Shocking. HEX triplet: F0, 9B and CD. RGB value is (240,155,205). Sum of RGB (Red+Green+Blue) = 240+155+205=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCD is #0F6432. Grayscale: #BABABA. Windows color (decimal): -1008691 or 13474800. OLE color: 13474800.
HSL color Cylindrical-coordinate representation of color #F09BCD: hue angle of 324.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BCD is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 205 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 324.71º | 0.74% | 0.77% | - |
| HSV(B) | 324.71º | 0.35% | 0.94% | - |
| XYZ | 58.68 | 46.38 | 63.62 | - |
| YUV | 186.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 205 | 0 | 0.35 | 0.15 | 0.06 | 324.71 | 0.74 | 0.77 |
| Hex | F0 | 9B | CD | 0 | 23 | F | 6 | 145 | 4A | 4D |
| Octal | 360 | 233 | 315 | 0 | 43 | 17 | 6 | 505 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001101 | 0 | 100011 | 1111 | 110 | 101000101 | 1001010 | 1001101 |
Color Harmonies of #F09BCD
Complementary color
Monochromatic Colors of #F09BCD
Black with #F09BCD
Text Example
Text Example
White with #F09BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BCD; }
p { color: rgb(240,155,205); }
H1.HeaderClassName
{
color: #F09BCD;
}
.AnyTagClassName
{
color: #F09BCD;
}
</style>
background-color css
<style>
a { background-color: #F09BCD; }
a { background-color: rgb(240,155,205); }
div.DivClassName
{
background-color: #F09BCD;
}
.BgClassName
{
background-color: #F09BCD;
}
</style>
border-color css
<style>
span { border-color: #F09BCD; }
span { border-color: rgb(240,155,205); }
td.TdClassName
{
border-color: #F09BCD;
}
.TagClassName
{
border-color: #F09BCD;
}
</style>