Shades of Deep Pink #FE0187
Tints of Deep Pink #FE0187
RGB
CMYK
RGB Variations
Color information
#FE0187 (or 0xFE0187) is known color: Deep Pink. HEX triplet: FE, 01 and 87. RGB value is (254,1,135). Sum of RGB (Red+Green+Blue) = 254+1+135=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0187 is #01FE78. Grayscale: #5B5B5B. Windows color (decimal): -130681 or 8847870. OLE color: 8847870.
HSL color Cylindrical-coordinate representation of color #FE0187: hue angle of 328.22º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0187 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.00 |
| HSL | 328.22º | 0.99% | 0.5% | - |
| HSV(B) | 328.22º | 1% | 1% | - |
| XYZ | 45.26 | 22.84 | 24.95 | - |
| YUV | 91.92 | 152.32 | 243.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 135 | 0 | 1.00 | 0.47 | 0.00 | 328.22 | 0.99 | 0.5 |
| Hex | FE | 1 | 87 | 0 | 64 | 2F | 0 | 148 | 63 | 32 |
| Octal | 376 | 1 | 207 | 0 | 144 | 57 | 0 | 510 | 143 | 62 |
| Binary | 11111110 | 1 | 10000111 | 0 | 1100100 | 101111 | 0 | 101001000 | 1100011 | 110010 |
Color Harmonies of #FE0187
Complementary color
Monochromatic Colors of #FE0187
Black with #FE0187
Text Example
Text Example
White with #FE0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0187; }
p { color: rgb(254,1,135); }
H1.HeaderClassName
{
color: #FE0187;
}
.AnyTagClassName
{
color: #FE0187;
}
</style>
background-color css
<style>
a { background-color: #FE0187; }
a { background-color: rgb(254,1,135); }
div.DivClassName
{
background-color: #FE0187;
}
.BgClassName
{
background-color: #FE0187;
}
</style>
border-color css
<style>
span { border-color: #FE0187; }
span { border-color: rgb(254,1,135); }
td.TdClassName
{
border-color: #FE0187;
}
.TagClassName
{
border-color: #FE0187;
}
</style>