Shades of Shocking Pink #F60ECC
Tints of Shocking Pink #F60ECC
RGB
CMYK
RGB Variations
Color information
#F60ECC (or 0xF60ECC) is known color: Shocking Pink. HEX triplet: F6, 0E and CC. RGB value is (246,14,204). Sum of RGB (Red+Green+Blue) = 246+14+204=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ECC is #09F133. Grayscale: #686868. Windows color (decimal): -651572 or 13373174. OLE color: 13373174.
HSL color Cylindrical-coordinate representation of color #F60ECC: hue angle of 310.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60ECC is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.04 |
| HSL | 310.86º | 0.93% | 0.51% | - |
| HSV(B) | 310.86º | 0.94% | 0.96% | - |
| XYZ | 49.06 | 24.27 | 59.22 | - |
| YUV | 105.03 | 183.86 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 204 | 0 | 0.94 | 0.17 | 0.04 | 310.86 | 0.93 | 0.51 |
| Hex | F6 | E | CC | 0 | 5E | 11 | 4 | 137 | 5D | 33 |
| Octal | 366 | 16 | 314 | 0 | 136 | 21 | 4 | 467 | 135 | 63 |
| Binary | 11110110 | 1110 | 11001100 | 0 | 1011110 | 10001 | 100 | 100110111 | 1011101 | 110011 |
Color Harmonies of #F60ECC
Complementary color
Monochromatic Colors of #F60ECC
Black with #F60ECC
Text Example
Text Example
White with #F60ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ECC; }
p { color: rgb(246,14,204); }
H1.HeaderClassName
{
color: #F60ECC;
}
.AnyTagClassName
{
color: #F60ECC;
}
</style>
background-color css
<style>
a { background-color: #F60ECC; }
a { background-color: rgb(246,14,204); }
div.DivClassName
{
background-color: #F60ECC;
}
.BgClassName
{
background-color: #F60ECC;
}
</style>
border-color css
<style>
span { border-color: #F60ECC; }
span { border-color: rgb(246,14,204); }
td.TdClassName
{
border-color: #F60ECC;
}
.TagClassName
{
border-color: #F60ECC;
}
</style>