Shades of Shocking Pink #FE18BD
Tints of Shocking Pink #FE18BD
RGB
CMYK
RGB Variations
Color information
#FE18BD (or 0xFE18BD) is known color: Shocking Pink. HEX triplet: FE, 18 and BD. RGB value is (254,24,189). Sum of RGB (Red+Green+Blue) = 254+24+189=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE18BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE18BD is #01E742. Grayscale: #6F6F6F. Windows color (decimal): -124739 or 12392702. OLE color: 12392702.
HSL color Cylindrical-coordinate representation of color #FE18BD: hue angle of 316.96º 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 #FE18BD is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 189 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.00 |
| HSL | 316.96º | 0.99% | 0.55% | - |
| HSV(B) | 316.96º | 0.91% | 1% | - |
| XYZ | 50.38 | 25.4 | 50.39 | - |
| YUV | 111.58 | 171.7 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 189 | 0 | 0.91 | 0.26 | 0.00 | 316.96 | 0.99 | 0.55 |
| Hex | FE | 18 | BD | 0 | 5B | 1A | 0 | 13D | 63 | 37 |
| Octal | 376 | 30 | 275 | 0 | 133 | 32 | 0 | 475 | 143 | 67 |
| Binary | 11111110 | 11000 | 10111101 | 0 | 1011011 | 11010 | 0 | 100111101 | 1100011 | 110111 |
Color Harmonies of #FE18BD
Complementary color
Monochromatic Colors of #FE18BD
Black with #FE18BD
Text Example
Text Example
White with #FE18BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE18BD; }
p { color: rgb(254,24,189); }
H1.HeaderClassName
{
color: #FE18BD;
}
.AnyTagClassName
{
color: #FE18BD;
}
</style>
background-color css
<style>
a { background-color: #FE18BD; }
a { background-color: rgb(254,24,189); }
div.DivClassName
{
background-color: #FE18BD;
}
.BgClassName
{
background-color: #FE18BD;
}
</style>
border-color css
<style>
span { border-color: #FE18BD; }
span { border-color: rgb(254,24,189); }
td.TdClassName
{
border-color: #FE18BD;
}
.TagClassName
{
border-color: #FE18BD;
}
</style>