Shades of Shocking Pink #FE1CCC
Tints of Shocking Pink #FE1CCC
RGB
CMYK
RGB Variations
Color information
#FE1CCC (or 0xFE1CCC) is known color: Shocking Pink. HEX triplet: FE, 1C and CC. RGB value is (254,28,204). Sum of RGB (Red+Green+Blue) = 254+28+204=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1CCC is #01E333. Grayscale: #737373. Windows color (decimal): -123700 or 13376766. OLE color: 13376766.
HSL color Cylindrical-coordinate representation of color #FE1CCC: hue angle of 313.27º 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 #FE1CCC is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 204 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.00 |
| HSL | 313.27º | 0.99% | 0.55% | - |
| HSV(B) | 313.27º | 0.89% | 1% | - |
| XYZ | 52.19 | 26.26 | 59.45 | - |
| YUV | 115.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 204 | 0 | 0.89 | 0.20 | 0.00 | 313.27 | 0.99 | 0.55 |
| Hex | FE | 1C | CC | 0 | 59 | 14 | 0 | 139 | 63 | 37 |
| Octal | 376 | 34 | 314 | 0 | 131 | 24 | 0 | 471 | 143 | 67 |
| Binary | 11111110 | 11100 | 11001100 | 0 | 1011001 | 10100 | 0 | 100111001 | 1100011 | 110111 |
Color Harmonies of #FE1CCC
Complementary color
Monochromatic Colors of #FE1CCC
Black with #FE1CCC
Text Example
Text Example
White with #FE1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1CCC; }
p { color: rgb(254,28,204); }
H1.HeaderClassName
{
color: #FE1CCC;
}
.AnyTagClassName
{
color: #FE1CCC;
}
</style>
background-color css
<style>
a { background-color: #FE1CCC; }
a { background-color: rgb(254,28,204); }
div.DivClassName
{
background-color: #FE1CCC;
}
.BgClassName
{
background-color: #FE1CCC;
}
</style>
border-color css
<style>
span { border-color: #FE1CCC; }
span { border-color: rgb(254,28,204); }
td.TdClassName
{
border-color: #FE1CCC;
}
.TagClassName
{
border-color: #FE1CCC;
}
</style>