Shades of Shocking Pink #F60ECB
Tints of Shocking Pink #F60ECB
RGB
CMYK
RGB Variations
Color information
#F60ECB (or 0xF60ECB) is known color: Shocking Pink. HEX triplet: F6, 0E and CB. RGB value is (246,14,203). Sum of RGB (Red+Green+Blue) = 246+14+203=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ECB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ECB is #09F134. Grayscale: #686868. Windows color (decimal): -651573 or 13307638. OLE color: 13307638.
HSL color Cylindrical-coordinate representation of color #F60ECB: hue angle of 311.12º 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 #F60ECB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 203 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.04 |
| HSL | 311.12º | 0.93% | 0.51% | - |
| HSV(B) | 311.12º | 0.94% | 0.96% | - |
| XYZ | 48.94 | 24.22 | 58.6 | - |
| YUV | 104.91 | 183.36 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 203 | 0 | 0.94 | 0.17 | 0.04 | 311.12 | 0.93 | 0.51 |
| Hex | F6 | E | CB | 0 | 5E | 11 | 4 | 137 | 5D | 33 |
| Octal | 366 | 16 | 313 | 0 | 136 | 21 | 4 | 467 | 135 | 63 |
| Binary | 11110110 | 1110 | 11001011 | 0 | 1011110 | 10001 | 100 | 100110111 | 1011101 | 110011 |
Color Harmonies of #F60ECB
Complementary color
Monochromatic Colors of #F60ECB
Black with #F60ECB
Text Example
Text Example
White with #F60ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60ECB; }
p { color: rgb(246,14,203); }
H1.HeaderClassName
{
color: #F60ECB;
}
.AnyTagClassName
{
color: #F60ECB;
}
</style>
background-color css
<style>
a { background-color: #F60ECB; }
a { background-color: rgb(246,14,203); }
div.DivClassName
{
background-color: #F60ECB;
}
.BgClassName
{
background-color: #F60ECB;
}
</style>
border-color css
<style>
span { border-color: #F60ECB; }
span { border-color: rgb(246,14,203); }
td.TdClassName
{
border-color: #F60ECB;
}
.TagClassName
{
border-color: #F60ECB;
}
</style>