Shades of Shocking Pink #FF1CC2
Tints of Shocking Pink #FF1CC2
RGB
CMYK
RGB Variations
Color information
#FF1CC2 (or 0xFF1CC2) is known color: Shocking Pink. HEX triplet: FF, 1C and C2. RGB value is (255,28,194). Sum of RGB (Red+Green+Blue) = 255+28+194=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CC2 is #00E33D. Grayscale: #727272. Windows color (decimal): -58174 or 12721407. OLE color: 12721407.
HSL color Cylindrical-coordinate representation of color #FF1CC2: hue angle of 316.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CC2 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 194 | - |
| CMYK | 0 | 0.89 | 0.24 | 0 |
| HSL | 316.12º | 1% | 0.55% | - |
| HSV(B) | 316.12º | 0.89% | 1% | - |
| XYZ | 51.39 | 25.99 | 53.35 | - |
| YUV | 114.8 | 172.71 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 194 | 0 | 0.89 | 0.24 | 0 | 316.12 | 1 | 0.55 |
| Hex | FF | 1C | C2 | 0 | 59 | 18 | 0 | 13C | 64 | 37 |
| Octal | 377 | 34 | 302 | 0 | 131 | 30 | 0 | 474 | 144 | 67 |
| Binary | 11111111 | 11100 | 11000010 | 0 | 1011001 | 11000 | 0 | 100111100 | 1100100 | 110111 |
Color Harmonies of #FF1CC2
Complementary color
Monochromatic Colors of #FF1CC2
Black with #FF1CC2
Text Example
Text Example
White with #FF1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CC2; }
p { color: rgb(255,28,194); }
H1.HeaderClassName
{
color: #FF1CC2;
}
.AnyTagClassName
{
color: #FF1CC2;
}
</style>
background-color css
<style>
a { background-color: #FF1CC2; }
a { background-color: rgb(255,28,194); }
div.DivClassName
{
background-color: #FF1CC2;
}
.BgClassName
{
background-color: #FF1CC2;
}
</style>
border-color css
<style>
span { border-color: #FF1CC2; }
span { border-color: rgb(255,28,194); }
td.TdClassName
{
border-color: #FF1CC2;
}
.TagClassName
{
border-color: #FF1CC2;
}
</style>