Shades of Shocking #F09BBC
Tints of Shocking #F09BBC
RGB
CMYK
RGB Variations
Color information
#F09BBC (or 0xF09BBC) is known color: Shocking. HEX triplet: F0, 9B and BC. RGB value is (240,155,188). Sum of RGB (Red+Green+Blue) = 240+155+188=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBC is #0F6443. Grayscale: #B8B8B8. Windows color (decimal): -1008708 or 12360688. OLE color: 12360688.
HSL color Cylindrical-coordinate representation of color #F09BBC: hue angle of 336.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 #F09BBC is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 188 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 336.71º | 0.74% | 0.77% | - |
| HSV(B) | 336.71º | 0.35% | 0.94% | - |
| XYZ | 56.73 | 45.6 | 53.39 | - |
| YUV | 184.18 | 130.16 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 188 | 0 | 0.35 | 0.22 | 0.06 | 336.71 | 0.74 | 0.77 |
| Hex | F0 | 9B | BC | 0 | 23 | 16 | 6 | 151 | 4A | 4D |
| Octal | 360 | 233 | 274 | 0 | 43 | 26 | 6 | 521 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10111100 | 0 | 100011 | 10110 | 110 | 101010001 | 1001010 | 1001101 |
Color Harmonies of #F09BBC
Complementary color
Monochromatic Colors of #F09BBC
Black with #F09BBC
Text Example
Text Example
White with #F09BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BBC; }
p { color: rgb(240,155,188); }
H1.HeaderClassName
{
color: #F09BBC;
}
.AnyTagClassName
{
color: #F09BBC;
}
</style>
background-color css
<style>
a { background-color: #F09BBC; }
a { background-color: rgb(240,155,188); }
div.DivClassName
{
background-color: #F09BBC;
}
.BgClassName
{
background-color: #F09BBC;
}
</style>
border-color css
<style>
span { border-color: #F09BBC; }
span { border-color: rgb(240,155,188); }
td.TdClassName
{
border-color: #F09BBC;
}
.TagClassName
{
border-color: #F09BBC;
}
</style>