Shades of Shocking Pink #F61CC1
Tints of Shocking Pink #F61CC1
RGB
CMYK
RGB Variations
Color information
#F61CC1 (or 0xF61CC1) is known color: Shocking Pink. HEX triplet: F6, 1C and C1. RGB value is (246,28,193). Sum of RGB (Red+Green+Blue) = 246+28+193=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CC1 is #09E33E. Grayscale: #6F6F6F. Windows color (decimal): -647999 or 12655862. OLE color: 12655862.
HSL color Cylindrical-coordinate representation of color #F61CC1: hue angle of 314.59º 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 #F61CC1 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 193 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.04 |
| HSL | 314.59º | 0.92% | 0.54% | - |
| HSV(B) | 314.59º | 0.89% | 0.96% | - |
| XYZ | 48.05 | 24.27 | 52.61 | - |
| YUV | 111.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 193 | 0 | 0.89 | 0.22 | 0.04 | 314.59 | 0.92 | 0.54 |
| Hex | F6 | 1C | C1 | 0 | 59 | 16 | 4 | 13B | 5C | 36 |
| Octal | 366 | 34 | 301 | 0 | 131 | 26 | 4 | 473 | 134 | 66 |
| Binary | 11110110 | 11100 | 11000001 | 0 | 1011001 | 10110 | 100 | 100111011 | 1011100 | 110110 |
Color Harmonies of #F61CC1
Complementary color
Monochromatic Colors of #F61CC1
Black with #F61CC1
Text Example
Text Example
White with #F61CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CC1; }
p { color: rgb(246,28,193); }
H1.HeaderClassName
{
color: #F61CC1;
}
.AnyTagClassName
{
color: #F61CC1;
}
</style>
background-color css
<style>
a { background-color: #F61CC1; }
a { background-color: rgb(246,28,193); }
div.DivClassName
{
background-color: #F61CC1;
}
.BgClassName
{
background-color: #F61CC1;
}
</style>
border-color css
<style>
span { border-color: #F61CC1; }
span { border-color: rgb(246,28,193); }
td.TdClassName
{
border-color: #F61CC1;
}
.TagClassName
{
border-color: #F61CC1;
}
</style>