Shades of Shocking Pink #F61CC0
Tints of Shocking Pink #F61CC0
RGB
CMYK
RGB Variations
Color information
#F61CC0 (or 0xF61CC0) is known color: Shocking Pink. HEX triplet: F6, 1C and C0. RGB value is (246,28,192). Sum of RGB (Red+Green+Blue) = 246+28+192=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CC0 is #09E33F. Grayscale: #6F6F6F. Windows color (decimal): -648000 or 12590326. OLE color: 12590326.
HSL color Cylindrical-coordinate representation of color #F61CC0: hue angle of 314.86º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61CC0 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 192 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.04 |
| HSL | 314.86º | 0.92% | 0.54% | - |
| HSV(B) | 314.86º | 0.89% | 0.96% | - |
| XYZ | 47.94 | 24.23 | 52.02 | - |
| YUV | 111.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 192 | 0 | 0.89 | 0.22 | 0.04 | 314.86 | 0.92 | 0.54 |
| Hex | F6 | 1C | C0 | 0 | 59 | 16 | 4 | 13B | 5C | 36 |
| Octal | 366 | 34 | 300 | 0 | 131 | 26 | 4 | 473 | 134 | 66 |
| Binary | 11110110 | 11100 | 11000000 | 0 | 1011001 | 10110 | 100 | 100111011 | 1011100 | 110110 |
Color Harmonies of #F61CC0
Complementary color
Monochromatic Colors of #F61CC0
Black with #F61CC0
Text Example
Text Example
White with #F61CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CC0; }
p { color: rgb(246,28,192); }
H1.HeaderClassName
{
color: #F61CC0;
}
.AnyTagClassName
{
color: #F61CC0;
}
</style>
background-color css
<style>
a { background-color: #F61CC0; }
a { background-color: rgb(246,28,192); }
div.DivClassName
{
background-color: #F61CC0;
}
.BgClassName
{
background-color: #F61CC0;
}
</style>
border-color css
<style>
span { border-color: #F61CC0; }
span { border-color: rgb(246,28,192); }
td.TdClassName
{
border-color: #F61CC0;
}
.TagClassName
{
border-color: #F61CC0;
}
</style>