Shades of Shocking #F09FCE
Tints of Shocking #F09FCE
RGB
CMYK
RGB Variations
Color information
#F09FCE (or 0xF09FCE) is known color: Shocking. HEX triplet: F0, 9F and CE. RGB value is (240,159,206). Sum of RGB (Red+Green+Blue) = 240+159+206=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FCE is #0F6031. Grayscale: #BCBCBC. Windows color (decimal): -1007666 or 13541360. OLE color: 13541360.
HSL color Cylindrical-coordinate representation of color #F09FCE: hue angle of 325.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FCE is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 206 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.06 |
| HSL | 325.19º | 0.73% | 0.78% | - |
| HSV(B) | 325.19º | 0.34% | 0.94% | - |
| XYZ | 59.47 | 47.78 | 64.48 | - |
| YUV | 188.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 206 | 0 | 0.34 | 0.14 | 0.06 | 325.19 | 0.73 | 0.78 |
| Hex | F0 | 9F | CE | 0 | 22 | E | 6 | 145 | 49 | 4E |
| Octal | 360 | 237 | 316 | 0 | 42 | 16 | 6 | 505 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11001110 | 0 | 100010 | 1110 | 110 | 101000101 | 1001001 | 1001110 |
Color Harmonies of #F09FCE
Complementary color
Monochromatic Colors of #F09FCE
Black with #F09FCE
Text Example
Text Example
White with #F09FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FCE; }
p { color: rgb(240,159,206); }
H1.HeaderClassName
{
color: #F09FCE;
}
.AnyTagClassName
{
color: #F09FCE;
}
</style>
background-color css
<style>
a { background-color: #F09FCE; }
a { background-color: rgb(240,159,206); }
div.DivClassName
{
background-color: #F09FCE;
}
.BgClassName
{
background-color: #F09FCE;
}
</style>
border-color css
<style>
span { border-color: #F09FCE; }
span { border-color: rgb(240,159,206); }
td.TdClassName
{
border-color: #F09FCE;
}
.TagClassName
{
border-color: #F09FCE;
}
</style>