Shades of Deep Pink #FE0387
Tints of Deep Pink #FE0387
RGB
CMYK
RGB Variations
Color information
#FE0387 (or 0xFE0387) is known color: Deep Pink. HEX triplet: FE, 03 and 87. RGB value is (254,3,135). Sum of RGB (Red+Green+Blue) = 254+3+135=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0387 is #01FC78. Grayscale: #5C5C5C. Windows color (decimal): -130169 or 8848382. OLE color: 8848382.
HSL color Cylindrical-coordinate representation of color #FE0387: hue angle of 328.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0387 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.00 |
| HSL | 328.45º | 0.99% | 0.5% | - |
| HSV(B) | 328.45º | 0.99% | 1% | - |
| XYZ | 45.28 | 22.89 | 24.95 | - |
| YUV | 93.1 | 151.66 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 135 | 0 | 0.99 | 0.47 | 0.00 | 328.45 | 0.99 | 0.5 |
| Hex | FE | 3 | 87 | 0 | 63 | 2F | 0 | 148 | 63 | 32 |
| Octal | 376 | 3 | 207 | 0 | 143 | 57 | 0 | 510 | 143 | 62 |
| Binary | 11111110 | 11 | 10000111 | 0 | 1100011 | 101111 | 0 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FE0387
Complementary color
Monochromatic Colors of #FE0387
Black with #FE0387
Text Example
Text Example
White with #FE0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0387; }
p { color: rgb(254,3,135); }
H1.HeaderClassName
{
color: #FE0387;
}
.AnyTagClassName
{
color: #FE0387;
}
</style>
background-color css
<style>
a { background-color: #FE0387; }
a { background-color: rgb(254,3,135); }
div.DivClassName
{
background-color: #FE0387;
}
.BgClassName
{
background-color: #FE0387;
}
</style>
border-color css
<style>
span { border-color: #FE0387; }
span { border-color: rgb(254,3,135); }
td.TdClassName
{
border-color: #FE0387;
}
.TagClassName
{
border-color: #FE0387;
}
</style>