Shades of Shocking Pink #FE18C5
Tints of Shocking Pink #FE18C5
RGB
CMYK
RGB Variations
Color information
#FE18C5 (or 0xFE18C5) is known color: Shocking Pink. HEX triplet: FE, 18 and C5. RGB value is (254,24,197). Sum of RGB (Red+Green+Blue) = 254+24+197=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18C5 is #01E73A. Grayscale: #707070. Windows color (decimal): -124731 or 12916990. OLE color: 12916990.
HSL color Cylindrical-coordinate representation of color #FE18C5: hue angle of 314.87º 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 #FE18C5 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 197 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.00 |
| HSL | 314.87º | 0.99% | 0.55% | - |
| HSV(B) | 314.87º | 0.91% | 1% | - |
| XYZ | 51.28 | 25.76 | 55.09 | - |
| YUV | 112.49 | 175.7 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 197 | 0 | 0.91 | 0.22 | 0.00 | 314.87 | 0.99 | 0.55 |
| Hex | FE | 18 | C5 | 0 | 5B | 16 | 0 | 13B | 63 | 37 |
| Octal | 376 | 30 | 305 | 0 | 133 | 26 | 0 | 473 | 143 | 67 |
| Binary | 11111110 | 11000 | 11000101 | 0 | 1011011 | 10110 | 0 | 100111011 | 1100011 | 110111 |
Color Harmonies of #FE18C5
Complementary color
Monochromatic Colors of #FE18C5
Black with #FE18C5
Text Example
Text Example
White with #FE18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18C5; }
p { color: rgb(254,24,197); }
H1.HeaderClassName
{
color: #FE18C5;
}
.AnyTagClassName
{
color: #FE18C5;
}
</style>
background-color css
<style>
a { background-color: #FE18C5; }
a { background-color: rgb(254,24,197); }
div.DivClassName
{
background-color: #FE18C5;
}
.BgClassName
{
background-color: #FE18C5;
}
</style>
border-color css
<style>
span { border-color: #FE18C5; }
span { border-color: rgb(254,24,197); }
td.TdClassName
{
border-color: #FE18C5;
}
.TagClassName
{
border-color: #FE18C5;
}
</style>