Shades of Shocking Pink #FE1CC2
Tints of Shocking Pink #FE1CC2
RGB
CMYK
RGB Variations
Color information
#FE1CC2 (or 0xFE1CC2) is known color: Shocking Pink. HEX triplet: FE, 1C and C2. RGB value is (254,28,194). Sum of RGB (Red+Green+Blue) = 254+28+194=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1CC2 is #01E33D. Grayscale: #727272. Windows color (decimal): -123710 or 12721406. OLE color: 12721406.
HSL color Cylindrical-coordinate representation of color #FE1CC2: hue angle of 315.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1CC2 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 194 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.00 |
| HSL | 315.93º | 0.99% | 0.55% | - |
| HSV(B) | 315.93º | 0.89% | 1% | - |
| XYZ | 51.03 | 25.8 | 53.33 | - |
| YUV | 114.5 | 172.87 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 194 | 0 | 0.89 | 0.24 | 0.00 | 315.93 | 0.99 | 0.55 |
| Hex | FE | 1C | C2 | 0 | 59 | 18 | 0 | 13C | 63 | 37 |
| Octal | 376 | 34 | 302 | 0 | 131 | 30 | 0 | 474 | 143 | 67 |
| Binary | 11111110 | 11100 | 11000010 | 0 | 1011001 | 11000 | 0 | 100111100 | 1100011 | 110111 |
Color Harmonies of #FE1CC2
Complementary color
Monochromatic Colors of #FE1CC2
Black with #FE1CC2
Text Example
Text Example
White with #FE1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1CC2; }
p { color: rgb(254,28,194); }
H1.HeaderClassName
{
color: #FE1CC2;
}
.AnyTagClassName
{
color: #FE1CC2;
}
</style>
background-color css
<style>
a { background-color: #FE1CC2; }
a { background-color: rgb(254,28,194); }
div.DivClassName
{
background-color: #FE1CC2;
}
.BgClassName
{
background-color: #FE1CC2;
}
</style>
border-color css
<style>
span { border-color: #FE1CC2; }
span { border-color: rgb(254,28,194); }
td.TdClassName
{
border-color: #FE1CC2;
}
.TagClassName
{
border-color: #FE1CC2;
}
</style>