Shades of Deep Pink #FE018F
Tints of Deep Pink #FE018F
RGB
CMYK
RGB Variations
Color information
#FE018F (or 0xFE018F) is known color: Deep Pink. HEX triplet: FE, 01 and 8F. RGB value is (254,1,143). Sum of RGB (Red+Green+Blue) = 254+1+143=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE018F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE018F is #01FE70. Grayscale: #5C5C5C. Windows color (decimal): -130673 or 9372158. OLE color: 9372158.
HSL color Cylindrical-coordinate representation of color #FE018F: hue angle of 326.32º 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 #FE018F is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 143 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.00 |
| HSL | 326.32º | 0.99% | 0.5% | - |
| HSV(B) | 326.32º | 1% | 1% | - |
| XYZ | 45.84 | 23.08 | 28.02 | - |
| YUV | 92.84 | 156.32 | 242.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 143 | 0 | 1.00 | 0.44 | 0.00 | 326.32 | 0.99 | 0.5 |
| Hex | FE | 1 | 8F | 0 | 64 | 2C | 0 | 146 | 63 | 32 |
| Octal | 376 | 1 | 217 | 0 | 144 | 54 | 0 | 506 | 143 | 62 |
| Binary | 11111110 | 1 | 10001111 | 0 | 1100100 | 101100 | 0 | 101000110 | 1100011 | 110010 |
Color Harmonies of #FE018F
Complementary color
Monochromatic Colors of #FE018F
Black with #FE018F
Text Example
Text Example
White with #FE018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE018F; }
p { color: rgb(254,1,143); }
H1.HeaderClassName
{
color: #FE018F;
}
.AnyTagClassName
{
color: #FE018F;
}
</style>
background-color css
<style>
a { background-color: #FE018F; }
a { background-color: rgb(254,1,143); }
div.DivClassName
{
background-color: #FE018F;
}
.BgClassName
{
background-color: #FE018F;
}
</style>
border-color css
<style>
span { border-color: #FE018F; }
span { border-color: rgb(254,1,143); }
td.TdClassName
{
border-color: #FE018F;
}
.TagClassName
{
border-color: #FE018F;
}
</style>