Shades of Shocking #F09BCB
Tints of Shocking #F09BCB
RGB
CMYK
RGB Variations
Color information
#F09BCB (or 0xF09BCB) is known color: Shocking. HEX triplet: F0, 9B and CB. RGB value is (240,155,203). Sum of RGB (Red+Green+Blue) = 240+155+203=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCB is #0F6434. Grayscale: #B9B9B9. Windows color (decimal): -1008693 or 13343728. OLE color: 13343728.
HSL color Cylindrical-coordinate representation of color #F09BCB: hue angle of 326.12º 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 #F09BCB is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 203 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 326.12º | 0.74% | 0.77% | - |
| HSV(B) | 326.12º | 0.35% | 0.94% | - |
| XYZ | 58.44 | 46.28 | 62.35 | - |
| YUV | 185.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 203 | 0 | 0.35 | 0.15 | 0.06 | 326.12 | 0.74 | 0.77 |
| Hex | F0 | 9B | CB | 0 | 23 | F | 6 | 146 | 4A | 4D |
| Octal | 360 | 233 | 313 | 0 | 43 | 17 | 6 | 506 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001011 | 0 | 100011 | 1111 | 110 | 101000110 | 1001010 | 1001101 |
Color Harmonies of #F09BCB
Complementary color
Monochromatic Colors of #F09BCB
Black with #F09BCB
Text Example
Text Example
White with #F09BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BCB; }
p { color: rgb(240,155,203); }
H1.HeaderClassName
{
color: #F09BCB;
}
.AnyTagClassName
{
color: #F09BCB;
}
</style>
background-color css
<style>
a { background-color: #F09BCB; }
a { background-color: rgb(240,155,203); }
div.DivClassName
{
background-color: #F09BCB;
}
.BgClassName
{
background-color: #F09BCB;
}
</style>
border-color css
<style>
span { border-color: #F09BCB; }
span { border-color: rgb(240,155,203); }
td.TdClassName
{
border-color: #F09BCB;
}
.TagClassName
{
border-color: #F09BCB;
}
</style>