Shades of Shocking #F09BBF
Tints of Shocking #F09BBF
RGB
CMYK
RGB Variations
Color information
#F09BBF (or 0xF09BBF) is known color: Shocking. HEX triplet: F0, 9B and BF. RGB value is (240,155,191). Sum of RGB (Red+Green+Blue) = 240+155+191=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBF is #0F6440. Grayscale: #B8B8B8. Windows color (decimal): -1008705 or 12557296. OLE color: 12557296.
HSL color Cylindrical-coordinate representation of color #F09BBF: hue angle of 334.59º 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 #F09BBF is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 191 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.06 |
| HSL | 334.59º | 0.74% | 0.77% | - |
| HSV(B) | 334.59º | 0.35% | 0.94% | - |
| XYZ | 57.06 | 45.73 | 55.11 | - |
| YUV | 184.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 191 | 0 | 0.35 | 0.20 | 0.06 | 334.59 | 0.74 | 0.77 |
| Hex | F0 | 9B | BF | 0 | 23 | 14 | 6 | 14F | 4A | 4D |
| Octal | 360 | 233 | 277 | 0 | 43 | 24 | 6 | 517 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10111111 | 0 | 100011 | 10100 | 110 | 101001111 | 1001010 | 1001101 |
Color Harmonies of #F09BBF
Complementary color
Monochromatic Colors of #F09BBF
Black with #F09BBF
Text Example
Text Example
White with #F09BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BBF; }
p { color: rgb(240,155,191); }
H1.HeaderClassName
{
color: #F09BBF;
}
.AnyTagClassName
{
color: #F09BBF;
}
</style>
background-color css
<style>
a { background-color: #F09BBF; }
a { background-color: rgb(240,155,191); }
div.DivClassName
{
background-color: #F09BBF;
}
.BgClassName
{
background-color: #F09BBF;
}
</style>
border-color css
<style>
span { border-color: #F09BBF; }
span { border-color: rgb(240,155,191); }
td.TdClassName
{
border-color: #F09BBF;
}
.TagClassName
{
border-color: #F09BBF;
}
</style>