Shades of Shocking #F09CCE
Tints of Shocking #F09CCE
RGB
CMYK
RGB Variations
Color information
#F09CCE (or 0xF09CCE) is known color: Shocking. HEX triplet: F0, 9C and CE. RGB value is (240,156,206). Sum of RGB (Red+Green+Blue) = 240+156+206=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CCE is #0F6331. Grayscale: #BABABA. Windows color (decimal): -1008434 or 13540592. OLE color: 13540592.
HSL color Cylindrical-coordinate representation of color #F09CCE: hue angle of 324.29º 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 #F09CCE is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 206 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.06 |
| HSL | 324.29º | 0.74% | 0.78% | - |
| HSV(B) | 324.29º | 0.35% | 0.94% | - |
| XYZ | 58.96 | 46.76 | 64.31 | - |
| YUV | 186.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 206 | 0 | 0.35 | 0.14 | 0.06 | 324.29 | 0.74 | 0.78 |
| Hex | F0 | 9C | CE | 0 | 23 | E | 6 | 144 | 4A | 4E |
| Octal | 360 | 234 | 316 | 0 | 43 | 16 | 6 | 504 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11001110 | 0 | 100011 | 1110 | 110 | 101000100 | 1001010 | 1001110 |
Color Harmonies of #F09CCE
Complementary color
Monochromatic Colors of #F09CCE
Black with #F09CCE
Text Example
Text Example
White with #F09CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CCE; }
p { color: rgb(240,156,206); }
H1.HeaderClassName
{
color: #F09CCE;
}
.AnyTagClassName
{
color: #F09CCE;
}
</style>
background-color css
<style>
a { background-color: #F09CCE; }
a { background-color: rgb(240,156,206); }
div.DivClassName
{
background-color: #F09CCE;
}
.BgClassName
{
background-color: #F09CCE;
}
</style>
border-color css
<style>
span { border-color: #F09CCE; }
span { border-color: rgb(240,156,206); }
td.TdClassName
{
border-color: #F09CCE;
}
.TagClassName
{
border-color: #F09CCE;
}
</style>