Shades of Shocking Pink #FE1DBE
Tints of Shocking Pink #FE1DBE
RGB
CMYK
RGB Variations
Color information
#FE1DBE (or 0xFE1DBE) is known color: Shocking Pink. HEX triplet: FE, 1D and BE. RGB value is (254,29,190). Sum of RGB (Red+Green+Blue) = 254+29+190=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DBE is #01E241. Grayscale: #727272. Windows color (decimal): -123458 or 12459518. OLE color: 12459518.
HSL color Cylindrical-coordinate representation of color #FE1DBE: hue angle of 317.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DBE is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 190 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.00 |
| HSL | 317.07º | 0.99% | 0.55% | - |
| HSV(B) | 317.07º | 0.89% | 1% | - |
| XYZ | 50.61 | 25.67 | 51 | - |
| YUV | 114.63 | 170.54 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 190 | 0 | 0.89 | 0.25 | 0.00 | 317.07 | 0.99 | 0.55 |
| Hex | FE | 1D | BE | 0 | 59 | 19 | 0 | 13D | 63 | 37 |
| Octal | 376 | 35 | 276 | 0 | 131 | 31 | 0 | 475 | 143 | 67 |
| Binary | 11111110 | 11101 | 10111110 | 0 | 1011001 | 11001 | 0 | 100111101 | 1100011 | 110111 |
Color Harmonies of #FE1DBE
Complementary color
Monochromatic Colors of #FE1DBE
Black with #FE1DBE
Text Example
Text Example
White with #FE1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DBE; }
p { color: rgb(254,29,190); }
H1.HeaderClassName
{
color: #FE1DBE;
}
.AnyTagClassName
{
color: #FE1DBE;
}
</style>
background-color css
<style>
a { background-color: #FE1DBE; }
a { background-color: rgb(254,29,190); }
div.DivClassName
{
background-color: #FE1DBE;
}
.BgClassName
{
background-color: #FE1DBE;
}
</style>
border-color css
<style>
span { border-color: #FE1DBE; }
span { border-color: rgb(254,29,190); }
td.TdClassName
{
border-color: #FE1DBE;
}
.TagClassName
{
border-color: #FE1DBE;
}
</style>