Shades of Deep Pink #FF017D
Tints of Deep Pink #FF017D
RGB
CMYK
RGB Variations
Color information
#FF017D (or 0xFF017D) is known color: Deep Pink. HEX triplet: FF, 01 and 7D. RGB value is (255,1,125). Sum of RGB (Red+Green+Blue) = 255+1+125=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF017D is #00FE82. Grayscale: #5A5A5A. Windows color (decimal): -65155 or 8192511. OLE color: 8192511.
HSL color Cylindrical-coordinate representation of color #FF017D: hue angle of 330.71º 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 #FF017D is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.51 | 0 |
| HSL | 330.71º | 1% | 0.5% | - |
| HSV(B) | 330.71º | 1% | 1% | - |
| XYZ | 44.95 | 22.76 | 21.43 | - |
| YUV | 91.08 | 147.15 | 244.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 125 | 0 | 1.00 | 0.51 | 0 | 330.71 | 1 | 0.5 |
| Hex | FF | 1 | 7D | 0 | 64 | 33 | 0 | 14B | 64 | 32 |
| Octal | 377 | 1 | 175 | 0 | 144 | 63 | 0 | 513 | 144 | 62 |
| Binary | 11111111 | 1 | 1111101 | 0 | 1100100 | 110011 | 0 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FF017D
Complementary color
Monochromatic Colors of #FF017D
Black with #FF017D
Text Example
Text Example
White with #FF017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF017D; }
p { color: rgb(255,1,125); }
H1.HeaderClassName
{
color: #FF017D;
}
.AnyTagClassName
{
color: #FF017D;
}
</style>
background-color css
<style>
a { background-color: #FF017D; }
a { background-color: rgb(255,1,125); }
div.DivClassName
{
background-color: #FF017D;
}
.BgClassName
{
background-color: #FF017D;
}
</style>
border-color css
<style>
span { border-color: #FF017D; }
span { border-color: rgb(255,1,125); }
td.TdClassName
{
border-color: #FF017D;
}
.TagClassName
{
border-color: #FF017D;
}
</style>