Shades of Shocking Pink #FE18D5
Tints of Shocking Pink #FE18D5
RGB
CMYK
RGB Variations
Color information
#FE18D5 (or 0xFE18D5) is known color: Shocking Pink. HEX triplet: FE, 18 and D5. RGB value is (254,24,213). Sum of RGB (Red+Green+Blue) = 254+24+213=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18D5 is #01E72A. Grayscale: #717171. Windows color (decimal): -124715 or 13965566. OLE color: 13965566.
HSL color Cylindrical-coordinate representation of color #FE18D5: hue angle of 310.7º 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 #FE18D5 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 213 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.00 |
| HSL | 310.7º | 0.99% | 0.55% | - |
| HSV(B) | 310.7º | 0.91% | 1% | - |
| XYZ | 53.21 | 26.53 | 65.27 | - |
| YUV | 114.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 213 | 0 | 0.91 | 0.16 | 0.00 | 310.7 | 0.99 | 0.55 |
| Hex | FE | 18 | D5 | 0 | 5B | 10 | 0 | 137 | 63 | 37 |
| Octal | 376 | 30 | 325 | 0 | 133 | 20 | 0 | 467 | 143 | 67 |
| Binary | 11111110 | 11000 | 11010101 | 0 | 1011011 | 10000 | 0 | 100110111 | 1100011 | 110111 |
Color Harmonies of #FE18D5
Complementary color
Monochromatic Colors of #FE18D5
Black with #FE18D5
Text Example
Text Example
White with #FE18D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18D5; }
p { color: rgb(254,24,213); }
H1.HeaderClassName
{
color: #FE18D5;
}
.AnyTagClassName
{
color: #FE18D5;
}
</style>
background-color css
<style>
a { background-color: #FE18D5; }
a { background-color: rgb(254,24,213); }
div.DivClassName
{
background-color: #FE18D5;
}
.BgClassName
{
background-color: #FE18D5;
}
</style>
border-color css
<style>
span { border-color: #FE18D5; }
span { border-color: rgb(254,24,213); }
td.TdClassName
{
border-color: #FE18D5;
}
.TagClassName
{
border-color: #FE18D5;
}
</style>