Shades of Deep Pink #FF018A
Tints of Deep Pink #FF018A
RGB
CMYK
RGB Variations
Color information
#FF018A (or 0xFF018A) is known color: Deep Pink. HEX triplet: FF, 01 and 8A. RGB value is (255,1,138). Sum of RGB (Red+Green+Blue) = 255+1+138=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF018A is #00FE75. Grayscale: #5C5C5C. Windows color (decimal): -65142 or 9044479. OLE color: 9044479.
HSL color Cylindrical-coordinate representation of color #FF018A: hue angle of 327.64º 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 #FF018A is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.46 | 0 |
| HSL | 327.64º | 1% | 0.5% | - |
| HSV(B) | 327.64º | 1% | 1% | - |
| XYZ | 45.84 | 23.12 | 26.09 | - |
| YUV | 92.56 | 153.65 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 138 | 0 | 1.00 | 0.46 | 0 | 327.64 | 1 | 0.5 |
| Hex | FF | 1 | 8A | 0 | 64 | 2E | 0 | 148 | 64 | 32 |
| Octal | 377 | 1 | 212 | 0 | 144 | 56 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 1 | 10001010 | 0 | 1100100 | 101110 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF018A
Complementary color
Monochromatic Colors of #FF018A
Black with #FF018A
Text Example
Text Example
White with #FF018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF018A; }
p { color: rgb(255,1,138); }
H1.HeaderClassName
{
color: #FF018A;
}
.AnyTagClassName
{
color: #FF018A;
}
</style>
background-color css
<style>
a { background-color: #FF018A; }
a { background-color: rgb(255,1,138); }
div.DivClassName
{
background-color: #FF018A;
}
.BgClassName
{
background-color: #FF018A;
}
</style>
border-color css
<style>
span { border-color: #FF018A; }
span { border-color: rgb(255,1,138); }
td.TdClassName
{
border-color: #FF018A;
}
.TagClassName
{
border-color: #FF018A;
}
</style>