Shades of Shocking #F09CCF
Tints of Shocking #F09CCF
RGB
CMYK
RGB Variations
Color information
#F09CCF (or 0xF09CCF) is known color: Shocking. HEX triplet: F0, 9C and CF. RGB value is (240,156,207). Sum of RGB (Red+Green+Blue) = 240+156+207=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CCF is #0F6330. Grayscale: #BABABA. Windows color (decimal): -1008433 or 13606128. OLE color: 13606128.
HSL color Cylindrical-coordinate representation of color #F09CCF: hue angle of 323.57º 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 #F09CCF is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 207 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.06 |
| HSL | 323.57º | 0.74% | 0.78% | - |
| HSV(B) | 323.57º | 0.35% | 0.94% | - |
| XYZ | 59.09 | 46.81 | 64.95 | - |
| YUV | 186.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 207 | 0 | 0.35 | 0.14 | 0.06 | 323.57 | 0.74 | 0.78 |
| Hex | F0 | 9C | CF | 0 | 23 | E | 6 | 144 | 4A | 4E |
| Octal | 360 | 234 | 317 | 0 | 43 | 16 | 6 | 504 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11001111 | 0 | 100011 | 1110 | 110 | 101000100 | 1001010 | 1001110 |
Color Harmonies of #F09CCF
Complementary color
Monochromatic Colors of #F09CCF
Black with #F09CCF
Text Example
Text Example
White with #F09CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CCF; }
p { color: rgb(240,156,207); }
H1.HeaderClassName
{
color: #F09CCF;
}
.AnyTagClassName
{
color: #F09CCF;
}
</style>
background-color css
<style>
a { background-color: #F09CCF; }
a { background-color: rgb(240,156,207); }
div.DivClassName
{
background-color: #F09CCF;
}
.BgClassName
{
background-color: #F09CCF;
}
</style>
border-color css
<style>
span { border-color: #F09CCF; }
span { border-color: rgb(240,156,207); }
td.TdClassName
{
border-color: #F09CCF;
}
.TagClassName
{
border-color: #F09CCF;
}
</style>