Shades of Deep Pink #FE018C
Tints of Deep Pink #FE018C
RGB
CMYK
RGB Variations
Color information
#FE018C (or 0xFE018C) is known color: Deep Pink. HEX triplet: FE, 01 and 8C. RGB value is (254,1,140). Sum of RGB (Red+Green+Blue) = 254+1+140=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE018C is #01FE73. Grayscale: #5C5C5C. Windows color (decimal): -130676 or 9175550. OLE color: 9175550.
HSL color Cylindrical-coordinate representation of color #FE018C: hue angle of 327.04º 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 #FE018C is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.00 |
| HSL | 327.04º | 0.99% | 0.5% | - |
| HSV(B) | 327.04º | 1% | 1% | - |
| XYZ | 45.62 | 22.99 | 26.84 | - |
| YUV | 92.49 | 154.82 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 140 | 0 | 1.00 | 0.45 | 0.00 | 327.04 | 0.99 | 0.5 |
| Hex | FE | 1 | 8C | 0 | 64 | 2D | 0 | 147 | 63 | 32 |
| Octal | 376 | 1 | 214 | 0 | 144 | 55 | 0 | 507 | 143 | 62 |
| Binary | 11111110 | 1 | 10001100 | 0 | 1100100 | 101101 | 0 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FE018C
Complementary color
Monochromatic Colors of #FE018C
Black with #FE018C
Text Example
Text Example
White with #FE018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE018C; }
p { color: rgb(254,1,140); }
H1.HeaderClassName
{
color: #FE018C;
}
.AnyTagClassName
{
color: #FE018C;
}
</style>
background-color css
<style>
a { background-color: #FE018C; }
a { background-color: rgb(254,1,140); }
div.DivClassName
{
background-color: #FE018C;
}
.BgClassName
{
background-color: #FE018C;
}
</style>
border-color css
<style>
span { border-color: #FE018C; }
span { border-color: rgb(254,1,140); }
td.TdClassName
{
border-color: #FE018C;
}
.TagClassName
{
border-color: #FE018C;
}
</style>