Shades of Shocking Pink #FE05C2
Tints of Shocking Pink #FE05C2
RGB
CMYK
RGB Variations
Color information
#FE05C2 (or 0xFE05C2) is known color: Shocking Pink. HEX triplet: FE, 05 and C2. RGB value is (254,5,194). Sum of RGB (Red+Green+Blue) = 254+5+194=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05C2 is #01FA3D. Grayscale: #646464. Windows color (decimal): -129598 or 12715518. OLE color: 12715518.
HSL color Cylindrical-coordinate representation of color #FE05C2: hue angle of 314.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05C2 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.00 |
| HSL | 314.46º | 0.99% | 0.51% | - |
| HSV(B) | 314.46º | 0.98% | 1% | - |
| XYZ | 50.66 | 25.07 | 53.21 | - |
| YUV | 101 | 180.49 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 194 | 0 | 0.98 | 0.24 | 0.00 | 314.46 | 0.99 | 0.51 |
| Hex | FE | 5 | C2 | 0 | 62 | 18 | 0 | 13A | 63 | 33 |
| Octal | 376 | 5 | 302 | 0 | 142 | 30 | 0 | 472 | 143 | 63 |
| Binary | 11111110 | 101 | 11000010 | 0 | 1100010 | 11000 | 0 | 100111010 | 1100011 | 110011 |
Color Harmonies of #FE05C2
Complementary color
Monochromatic Colors of #FE05C2
Black with #FE05C2
Text Example
Text Example
White with #FE05C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05C2; }
p { color: rgb(254,5,194); }
H1.HeaderClassName
{
color: #FE05C2;
}
.AnyTagClassName
{
color: #FE05C2;
}
</style>
background-color css
<style>
a { background-color: #FE05C2; }
a { background-color: rgb(254,5,194); }
div.DivClassName
{
background-color: #FE05C2;
}
.BgClassName
{
background-color: #FE05C2;
}
</style>
border-color css
<style>
span { border-color: #FE05C2; }
span { border-color: rgb(254,5,194); }
td.TdClassName
{
border-color: #FE05C2;
}
.TagClassName
{
border-color: #FE05C2;
}
</style>