Shades of Deep Pink #FE2387
Tints of Deep Pink #FE2387
RGB
CMYK
RGB Variations
Color information
#FE2387 (or 0xFE2387) is known color: Deep Pink. HEX triplet: FE, 23 and 87. RGB value is (254,35,135). Sum of RGB (Red+Green+Blue) = 254+35+135=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2387 is #01DC78. Grayscale: #6F6F6F. Windows color (decimal): -121977 or 8856574. OLE color: 8856574.
HSL color Cylindrical-coordinate representation of color #FE2387: hue angle of 332.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2387 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 135 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.00 |
| HSL | 332.6º | 0.99% | 0.57% | - |
| HSV(B) | 332.6º | 0.86% | 1% | - |
| XYZ | 45.85 | 24.02 | 25.14 | - |
| YUV | 111.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 135 | 0 | 0.86 | 0.47 | 0.00 | 332.6 | 0.99 | 0.57 |
| Hex | FE | 23 | 87 | 0 | 56 | 2F | 0 | 14D | 63 | 39 |
| Octal | 376 | 43 | 207 | 0 | 126 | 57 | 0 | 515 | 143 | 71 |
| Binary | 11111110 | 100011 | 10000111 | 0 | 1010110 | 101111 | 0 | 101001101 | 1100011 | 111001 |
Color Harmonies of #FE2387
Complementary color
Monochromatic Colors of #FE2387
Black with #FE2387
Text Example
Text Example
White with #FE2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2387; }
p { color: rgb(254,35,135); }
H1.HeaderClassName
{
color: #FE2387;
}
.AnyTagClassName
{
color: #FE2387;
}
</style>
background-color css
<style>
a { background-color: #FE2387; }
a { background-color: rgb(254,35,135); }
div.DivClassName
{
background-color: #FE2387;
}
.BgClassName
{
background-color: #FE2387;
}
</style>
border-color css
<style>
span { border-color: #FE2387; }
span { border-color: rgb(254,35,135); }
td.TdClassName
{
border-color: #FE2387;
}
.TagClassName
{
border-color: #FE2387;
}
</style>