Shades of Deep Pink #FF017B
Tints of Deep Pink #FF017B
RGB
CMYK
RGB Variations
Color information
#FF017B (or 0xFF017B) is known color: Deep Pink. HEX triplet: FF, 01 and 7B. RGB value is (255,1,123). Sum of RGB (Red+Green+Blue) = 255+1+123=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF017B is #00FE84. Grayscale: #5A5A5A. Windows color (decimal): -65157 or 8061439. OLE color: 8061439.
HSL color Cylindrical-coordinate representation of color #FF017B: hue angle of 331.18º 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 #FF017B is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.52 | 0 |
| HSL | 331.18º | 1% | 0.5% | - |
| HSV(B) | 331.18º | 1% | 1% | - |
| XYZ | 44.83 | 22.71 | 20.76 | - |
| YUV | 90.85 | 146.15 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 123 | 0 | 1.00 | 0.52 | 0 | 331.18 | 1 | 0.5 |
| Hex | FF | 1 | 7B | 0 | 64 | 34 | 0 | 14B | 64 | 32 |
| Octal | 377 | 1 | 173 | 0 | 144 | 64 | 0 | 513 | 144 | 62 |
| Binary | 11111111 | 1 | 1111011 | 0 | 1100100 | 110100 | 0 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FF017B
Complementary color
Monochromatic Colors of #FF017B
Black with #FF017B
Text Example
Text Example
White with #FF017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF017B; }
p { color: rgb(255,1,123); }
H1.HeaderClassName
{
color: #FF017B;
}
.AnyTagClassName
{
color: #FF017B;
}
</style>
background-color css
<style>
a { background-color: #FF017B; }
a { background-color: rgb(255,1,123); }
div.DivClassName
{
background-color: #FF017B;
}
.BgClassName
{
background-color: #FF017B;
}
</style>
border-color css
<style>
span { border-color: #FF017B; }
span { border-color: rgb(255,1,123); }
td.TdClassName
{
border-color: #FF017B;
}
.TagClassName
{
border-color: #FF017B;
}
</style>