Shades of Shocking Pink #FE13BD
Tints of Shocking Pink #FE13BD
RGB
CMYK
RGB Variations
Color information
#FE13BD (or 0xFE13BD) is known color: Shocking Pink. HEX triplet: FE, 13 and BD. RGB value is (254,19,189). Sum of RGB (Red+Green+Blue) = 254+19+189=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13BD is #01EC42. Grayscale: #6C6C6C. Windows color (decimal): -126019 or 12391422. OLE color: 12391422.
HSL color Cylindrical-coordinate representation of color #FE13BD: hue angle of 316.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13BD is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 189 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.00 |
| HSL | 316.6º | 0.99% | 0.54% | - |
| HSV(B) | 316.6º | 0.93% | 1% | - |
| XYZ | 50.29 | 25.21 | 50.36 | - |
| YUV | 108.65 | 173.36 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 189 | 0 | 0.93 | 0.26 | 0.00 | 316.6 | 0.99 | 0.54 |
| Hex | FE | 13 | BD | 0 | 5D | 1A | 0 | 13D | 63 | 36 |
| Octal | 376 | 23 | 275 | 0 | 135 | 32 | 0 | 475 | 143 | 66 |
| Binary | 11111110 | 10011 | 10111101 | 0 | 1011101 | 11010 | 0 | 100111101 | 1100011 | 110110 |
Color Harmonies of #FE13BD
Complementary color
Monochromatic Colors of #FE13BD
Black with #FE13BD
Text Example
Text Example
White with #FE13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13BD; }
p { color: rgb(254,19,189); }
H1.HeaderClassName
{
color: #FE13BD;
}
.AnyTagClassName
{
color: #FE13BD;
}
</style>
background-color css
<style>
a { background-color: #FE13BD; }
a { background-color: rgb(254,19,189); }
div.DivClassName
{
background-color: #FE13BD;
}
.BgClassName
{
background-color: #FE13BD;
}
</style>
border-color css
<style>
span { border-color: #FE13BD; }
span { border-color: rgb(254,19,189); }
td.TdClassName
{
border-color: #FE13BD;
}
.TagClassName
{
border-color: #FE13BD;
}
</style>