Shades of Deep Pink #FF007F
Tints of Deep Pink #FF007F
RGB
CMYK
RGB Variations
Color information
#FF007F (or 0xFF007F) is known color: Deep Pink. HEX triplet: FF, 00 and 7F. RGB value is (255,0,127). Sum of RGB (Red+Green+Blue) = 255+0+127=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF007F is #00FF80. Grayscale: #5A5A5A. Windows color (decimal): -65409 or 8323327. OLE color: 8323327.
HSL color Cylindrical-coordinate representation of color #FF007F: hue angle of 330.12º 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 #FF007F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 127 | - |
CMYK | 0 | 1 | 0.50 | 0 |
HSL | 330.12º | 1% | 0.5% | - |
HSV(B) | 330.12º | 1% | 1% | - |
XYZ | 45.07 | 22.79 | 22.1 | - |
YUV | 90.72 | 148.48 | 245.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 127 | 0 | 1 | 0.50 | 0 | 330.12 | 1 | 0.5 |
Hex | FF | 0 | 7F | 0 | 64 | 32 | 0 | 14A | 64 | 32 |
Octal | 377 | 0 | 177 | 0 | 144 | 62 | 0 | 512 | 144 | 62 |
Binary | 11111111 | 0 | 1111111 | 0 | 1100100 | 110010 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FF007F
Complementary color
Monochromatic Colors of #FF007F
Black with #FF007F
Text Example
Text Example
White with #FF007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF007F; }
p { color: rgb(255,0,127); }
H1.HeaderClassName
{
color: #FF007F;
}
.AnyTagClassName
{
color: #FF007F;
}
</style>
background-color css
<style>
a { background-color: #FF007F; }
a { background-color: rgb(255,0,127); }
div.DivClassName
{
background-color: #FF007F;
}
.BgClassName
{
background-color: #FF007F;
}
</style>
border-color css
<style>
span { border-color: #FF007F; }
span { border-color: rgb(255,0,127); }
td.TdClassName
{
border-color: #FF007F;
}
.TagClassName
{
border-color: #FF007F;
}
</style>