Shades of Shocking Pink #FE18C0
Tints of Shocking Pink #FE18C0
RGB
CMYK
RGB Variations
Color information
#FE18C0 (or 0xFE18C0) is known color: Shocking Pink. HEX triplet: FE, 18 and C0. RGB value is (254,24,192). Sum of RGB (Red+Green+Blue) = 254+24+192=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C0 is #01E73F. Grayscale: #6F6F6F. Windows color (decimal): -124736 or 12589310. OLE color: 12589310.
HSL color Cylindrical-coordinate representation of color #FE18C0: hue angle of 316.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE18C0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 192 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.00 |
| HSL | 316.17º | 0.99% | 0.55% | - |
| HSV(B) | 316.17º | 0.91% | 1% | - |
| XYZ | 50.71 | 25.53 | 52.12 | - |
| YUV | 111.92 | 173.2 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 192 | 0 | 0.91 | 0.24 | 0.00 | 316.17 | 0.99 | 0.55 |
| Hex | FE | 18 | C0 | 0 | 5B | 18 | 0 | 13C | 63 | 37 |
| Octal | 376 | 30 | 300 | 0 | 133 | 30 | 0 | 474 | 143 | 67 |
| Binary | 11111110 | 11000 | 11000000 | 0 | 1011011 | 11000 | 0 | 100111100 | 1100011 | 110111 |
Color Harmonies of #FE18C0
Complementary color
Monochromatic Colors of #FE18C0
Black with #FE18C0
Text Example
Text Example
White with #FE18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18C0; }
p { color: rgb(254,24,192); }
H1.HeaderClassName
{
color: #FE18C0;
}
.AnyTagClassName
{
color: #FE18C0;
}
</style>
background-color css
<style>
a { background-color: #FE18C0; }
a { background-color: rgb(254,24,192); }
div.DivClassName
{
background-color: #FE18C0;
}
.BgClassName
{
background-color: #FE18C0;
}
</style>
border-color css
<style>
span { border-color: #FE18C0; }
span { border-color: rgb(254,24,192); }
td.TdClassName
{
border-color: #FE18C0;
}
.TagClassName
{
border-color: #FE18C0;
}
</style>