Shades of Shocking #F09BCC
Tints of Shocking #F09BCC
RGB
CMYK
RGB Variations
Color information
#F09BCC (or 0xF09BCC) is known color: Shocking. HEX triplet: F0, 9B and CC. RGB value is (240,155,204). Sum of RGB (Red+Green+Blue) = 240+155+204=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BCC is #0F6433. Grayscale: #B9B9B9. Windows color (decimal): -1008692 or 13409264. OLE color: 13409264.
HSL color Cylindrical-coordinate representation of color #F09BCC: hue angle of 325.41º 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 #F09BCC is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 204 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.06 |
| HSL | 325.41º | 0.74% | 0.77% | - |
| HSV(B) | 325.41º | 0.35% | 0.94% | - |
| XYZ | 58.56 | 46.33 | 62.98 | - |
| YUV | 186 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 204 | 0 | 0.35 | 0.15 | 0.06 | 325.41 | 0.74 | 0.77 |
| Hex | F0 | 9B | CC | 0 | 23 | F | 6 | 145 | 4A | 4D |
| Octal | 360 | 233 | 314 | 0 | 43 | 17 | 6 | 505 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11001100 | 0 | 100011 | 1111 | 110 | 101000101 | 1001010 | 1001101 |
Color Harmonies of #F09BCC
Complementary color
Monochromatic Colors of #F09BCC
Black with #F09BCC
Text Example
Text Example
White with #F09BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BCC; }
p { color: rgb(240,155,204); }
H1.HeaderClassName
{
color: #F09BCC;
}
.AnyTagClassName
{
color: #F09BCC;
}
</style>
background-color css
<style>
a { background-color: #F09BCC; }
a { background-color: rgb(240,155,204); }
div.DivClassName
{
background-color: #F09BCC;
}
.BgClassName
{
background-color: #F09BCC;
}
</style>
border-color css
<style>
span { border-color: #F09BCC; }
span { border-color: rgb(240,155,204); }
td.TdClassName
{
border-color: #F09BCC;
}
.TagClassName
{
border-color: #F09BCC;
}
</style>