Shades of Shocking Pink #F61CCC
Tints of Shocking Pink #F61CCC
RGB
CMYK
RGB Variations
Color information
#F61CCC (or 0xF61CCC) is known color: Shocking Pink. HEX triplet: F6, 1C and CC. RGB value is (246,28,204). Sum of RGB (Red+Green+Blue) = 246+28+204=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CCC is #09E333. Grayscale: #707070. Windows color (decimal): -647988 or 13376758. OLE color: 13376758.
HSL color Cylindrical-coordinate representation of color #F61CCC: hue angle of 311.56º 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 #F61CCC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.04 |
| HSL | 311.56º | 0.92% | 0.54% | - |
| HSV(B) | 311.56º | 0.89% | 0.96% | - |
| XYZ | 49.32 | 24.78 | 59.31 | - |
| YUV | 113.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 204 | 0 | 0.89 | 0.17 | 0.04 | 311.56 | 0.92 | 0.54 |
| Hex | F6 | 1C | CC | 0 | 59 | 11 | 4 | 138 | 5C | 36 |
| Octal | 366 | 34 | 314 | 0 | 131 | 21 | 4 | 470 | 134 | 66 |
| Binary | 11110110 | 11100 | 11001100 | 0 | 1011001 | 10001 | 100 | 100111000 | 1011100 | 110110 |
Color Harmonies of #F61CCC
Complementary color
Monochromatic Colors of #F61CCC
Black with #F61CCC
Text Example
Text Example
White with #F61CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CCC; }
p { color: rgb(246,28,204); }
H1.HeaderClassName
{
color: #F61CCC;
}
.AnyTagClassName
{
color: #F61CCC;
}
</style>
background-color css
<style>
a { background-color: #F61CCC; }
a { background-color: rgb(246,28,204); }
div.DivClassName
{
background-color: #F61CCC;
}
.BgClassName
{
background-color: #F61CCC;
}
</style>
border-color css
<style>
span { border-color: #F61CCC; }
span { border-color: rgb(246,28,204); }
td.TdClassName
{
border-color: #F61CCC;
}
.TagClassName
{
border-color: #F61CCC;
}
</style>