Shades of Deep Pink #FF018E
Tints of Deep Pink #FF018E
RGB
CMYK
RGB Variations
Color information
#FF018E (or 0xFF018E) is known color: Deep Pink. HEX triplet: FF, 01 and 8E. RGB value is (255,1,142). Sum of RGB (Red+Green+Blue) = 255+1+142=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF018E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF018E is #00FE71. Grayscale: #5C5C5C. Windows color (decimal): -65138 or 9306623. OLE color: 9306623.
HSL color Cylindrical-coordinate representation of color #FF018E: hue angle of 326.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF018E is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.44 | 0 |
| HSL | 326.69º | 1% | 0.5% | - |
| HSV(B) | 326.69º | 1% | 1% | - |
| XYZ | 46.13 | 23.23 | 27.64 | - |
| YUV | 93.02 | 155.65 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 142 | 0 | 1.00 | 0.44 | 0 | 326.69 | 1 | 0.5 |
| Hex | FF | 1 | 8E | 0 | 64 | 2C | 0 | 147 | 64 | 32 |
| Octal | 377 | 1 | 216 | 0 | 144 | 54 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 1 | 10001110 | 0 | 1100100 | 101100 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF018E
Complementary color
Monochromatic Colors of #FF018E
Black with #FF018E
Text Example
Text Example
White with #FF018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF018E; }
p { color: rgb(255,1,142); }
H1.HeaderClassName
{
color: #FF018E;
}
.AnyTagClassName
{
color: #FF018E;
}
</style>
background-color css
<style>
a { background-color: #FF018E; }
a { background-color: rgb(255,1,142); }
div.DivClassName
{
background-color: #FF018E;
}
.BgClassName
{
background-color: #FF018E;
}
</style>
border-color css
<style>
span { border-color: #FF018E; }
span { border-color: rgb(255,1,142); }
td.TdClassName
{
border-color: #FF018E;
}
.TagClassName
{
border-color: #FF018E;
}
</style>