Shades of Shocking #F09CBB
Tints of Shocking #F09CBB
RGB
CMYK
RGB Variations
Color information
#F09CBB (or 0xF09CBB) is known color: Shocking. HEX triplet: F0, 9C and BB. RGB value is (240,156,187). Sum of RGB (Red+Green+Blue) = 240+156+187=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBB is #0F6344. Grayscale: #B8B8B8. Windows color (decimal): -1008453 or 12295408. OLE color: 12295408.
HSL color Cylindrical-coordinate representation of color #F09CBB: hue angle of 337.86º degrees, saturation: 0.74, 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 #F09CBB is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 187 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 337.86º | 0.74% | 0.78% | - |
| HSV(B) | 337.86º | 0.35% | 0.94% | - |
| XYZ | 56.79 | 45.89 | 52.88 | - |
| YUV | 184.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 187 | 0 | 0.35 | 0.22 | 0.06 | 337.86 | 0.74 | 0.78 |
| Hex | F0 | 9C | BB | 0 | 23 | 16 | 6 | 152 | 4A | 4E |
| Octal | 360 | 234 | 273 | 0 | 43 | 26 | 6 | 522 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10111011 | 0 | 100011 | 10110 | 110 | 101010010 | 1001010 | 1001110 |
Color Harmonies of #F09CBB
Complementary color
Monochromatic Colors of #F09CBB
Black with #F09CBB
Text Example
Text Example
White with #F09CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CBB; }
p { color: rgb(240,156,187); }
H1.HeaderClassName
{
color: #F09CBB;
}
.AnyTagClassName
{
color: #F09CBB;
}
</style>
background-color css
<style>
a { background-color: #F09CBB; }
a { background-color: rgb(240,156,187); }
div.DivClassName
{
background-color: #F09CBB;
}
.BgClassName
{
background-color: #F09CBB;
}
</style>
border-color css
<style>
span { border-color: #F09CBB; }
span { border-color: rgb(240,156,187); }
td.TdClassName
{
border-color: #F09CBB;
}
.TagClassName
{
border-color: #F09CBB;
}
</style>