Shades of Shocking #F09CBE
Tints of Shocking #F09CBE
RGB
CMYK
RGB Variations
Color information
#F09CBE (or 0xF09CBE) is known color: Shocking. HEX triplet: F0, 9C and BE. RGB value is (240,156,190). Sum of RGB (Red+Green+Blue) = 240+156+190=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBE is #0F6341. Grayscale: #B8B8B8. Windows color (decimal): -1008450 or 12492016. OLE color: 12492016.
HSL color Cylindrical-coordinate representation of color #F09CBE: hue angle of 335.71º 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 #F09CBE is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 190 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.06 |
| HSL | 335.71º | 0.74% | 0.78% | - |
| HSV(B) | 335.71º | 0.35% | 0.94% | - |
| XYZ | 57.12 | 46.02 | 54.59 | - |
| YUV | 184.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 190 | 0 | 0.35 | 0.21 | 0.06 | 335.71 | 0.74 | 0.78 |
| Hex | F0 | 9C | BE | 0 | 23 | 15 | 6 | 150 | 4A | 4E |
| Octal | 360 | 234 | 276 | 0 | 43 | 25 | 6 | 520 | 112 | 116 |
| Binary | 11110000 | 10011100 | 10111110 | 0 | 100011 | 10101 | 110 | 101010000 | 1001010 | 1001110 |
Color Harmonies of #F09CBE
Complementary color
Monochromatic Colors of #F09CBE
Black with #F09CBE
Text Example
Text Example
White with #F09CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CBE; }
p { color: rgb(240,156,190); }
H1.HeaderClassName
{
color: #F09CBE;
}
.AnyTagClassName
{
color: #F09CBE;
}
</style>
background-color css
<style>
a { background-color: #F09CBE; }
a { background-color: rgb(240,156,190); }
div.DivClassName
{
background-color: #F09CBE;
}
.BgClassName
{
background-color: #F09CBE;
}
</style>
border-color css
<style>
span { border-color: #F09CBE; }
span { border-color: rgb(240,156,190); }
td.TdClassName
{
border-color: #F09CBE;
}
.TagClassName
{
border-color: #F09CBE;
}
</style>