Shades of Deep Pink #FF017F
Tints of Deep Pink #FF017F
RGB
CMYK
RGB Variations
Color information
#FF017F (or 0xFF017F) is known color: Deep Pink. HEX triplet: FF, 01 and 7F. RGB value is (255,1,127). Sum of RGB (Red+Green+Blue) = 255+1+127=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF017F is #00FE80. Grayscale: #5B5B5B. Windows color (decimal): -65153 or 8323583. OLE color: 8323583.
HSL color Cylindrical-coordinate representation of color #FF017F: hue angle of 330.24º 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 #FF017F is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.50 | 0 |
| HSL | 330.24º | 1% | 0.5% | - |
| HSV(B) | 330.24º | 1% | 1% | - |
| XYZ | 45.08 | 22.81 | 22.11 | - |
| YUV | 91.31 | 148.15 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 127 | 0 | 1.00 | 0.50 | 0 | 330.24 | 1 | 0.5 |
| Hex | FF | 1 | 7F | 0 | 64 | 32 | 0 | 14A | 64 | 32 |
| Octal | 377 | 1 | 177 | 0 | 144 | 62 | 0 | 512 | 144 | 62 |
| Binary | 11111111 | 1 | 1111111 | 0 | 1100100 | 110010 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FF017F
Complementary color
Monochromatic Colors of #FF017F
Black with #FF017F
Text Example
Text Example
White with #FF017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF017F; }
p { color: rgb(255,1,127); }
H1.HeaderClassName
{
color: #FF017F;
}
.AnyTagClassName
{
color: #FF017F;
}
</style>
background-color css
<style>
a { background-color: #FF017F; }
a { background-color: rgb(255,1,127); }
div.DivClassName
{
background-color: #FF017F;
}
.BgClassName
{
background-color: #FF017F;
}
</style>
border-color css
<style>
span { border-color: #FF017F; }
span { border-color: rgb(255,1,127); }
td.TdClassName
{
border-color: #FF017F;
}
.TagClassName
{
border-color: #FF017F;
}
</style>