Shades of Shocking #F09BBE
Tints of Shocking #F09BBE
RGB
CMYK
RGB Variations
Color information
#F09BBE (or 0xF09BBE) is known color: Shocking. HEX triplet: F0, 9B and BE. RGB value is (240,155,190). Sum of RGB (Red+Green+Blue) = 240+155+190=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BBE is #0F6441. Grayscale: #B8B8B8. Windows color (decimal): -1008706 or 12491760. OLE color: 12491760.
HSL color Cylindrical-coordinate representation of color #F09BBE: hue angle of 335.29º 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 #F09BBE is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 190 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.06 |
| HSL | 335.29º | 0.74% | 0.77% | - |
| HSV(B) | 335.29º | 0.35% | 0.94% | - |
| XYZ | 56.95 | 45.69 | 54.53 | - |
| YUV | 184.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 190 | 0 | 0.35 | 0.21 | 0.06 | 335.29 | 0.74 | 0.77 |
| Hex | F0 | 9B | BE | 0 | 23 | 15 | 6 | 14F | 4A | 4D |
| Octal | 360 | 233 | 276 | 0 | 43 | 25 | 6 | 517 | 112 | 115 |
| Binary | 11110000 | 10011011 | 10111110 | 0 | 100011 | 10101 | 110 | 101001111 | 1001010 | 1001101 |
Color Harmonies of #F09BBE
Complementary color
Monochromatic Colors of #F09BBE
Black with #F09BBE
Text Example
Text Example
White with #F09BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BBE; }
p { color: rgb(240,155,190); }
H1.HeaderClassName
{
color: #F09BBE;
}
.AnyTagClassName
{
color: #F09BBE;
}
</style>
background-color css
<style>
a { background-color: #F09BBE; }
a { background-color: rgb(240,155,190); }
div.DivClassName
{
background-color: #F09BBE;
}
.BgClassName
{
background-color: #F09BBE;
}
</style>
border-color css
<style>
span { border-color: #F09BBE; }
span { border-color: rgb(240,155,190); }
td.TdClassName
{
border-color: #F09BBE;
}
.TagClassName
{
border-color: #F09BBE;
}
</style>