Shades of Shocking #F09BBB
Tints of Shocking #F09BBB
RGB
CMYK
RGB Variations
Color information
#F09BBB (or 0xF09BBB) is known color: Shocking. HEX triplet: F0, 9B and BB. RGB value is (240,155,187). Sum of RGB (Red+Green+Blue) = 240+155+187=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 155 (60.94% from 255 or 26.63% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBB is #0F6444. Grayscale: #B8B8B8. Windows color (decimal): -1008709 or 12295152. OLE color: 12295152.
HSL color Cylindrical-coordinate representation of color #F09BBB: hue angle of 337.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 #F09BBB is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 187 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.06 |
| HSL | 337.41º | 0.74% | 0.77% | - |
| HSV(B) | 337.41º | 0.35% | 0.94% | - |
| XYZ | 56.63 | 45.56 | 52.82 | - |
| YUV | 184.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 187 | 0 | 0.35 | 0.22 | 0.06 | 337.41 | 0.74 | 0.77 |
| Hex | F0 | 9B | BB | 0 | 23 | 16 | 6 | 151 | 4A | 4D |
| Octal | 360 | 233 | 273 | 0 | 43 | 26 | 6 | 521 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10111011 | 0 | 100011 | 10110 | 110 | 101010001 | 1001010 | 1001101 |
Color Harmonies of #F09BBB
Complementary color
Monochromatic Colors of #F09BBB
Black with #F09BBB
Text Example
Text Example
White with #F09BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BBB; }
p { color: rgb(240,155,187); }
H1.HeaderClassName
{
color: #F09BBB;
}
.AnyTagClassName
{
color: #F09BBB;
}
</style>
background-color css
<style>
a { background-color: #F09BBB; }
a { background-color: rgb(240,155,187); }
div.DivClassName
{
background-color: #F09BBB;
}
.BgClassName
{
background-color: #F09BBB;
}
</style>
border-color css
<style>
span { border-color: #F09BBB; }
span { border-color: rgb(240,155,187); }
td.TdClassName
{
border-color: #F09BBB;
}
.TagClassName
{
border-color: #F09BBB;
}
</style>