Shades of Deep Pink #FF077D
Tints of Deep Pink #FF077D
RGB
CMYK
RGB Variations
Color information
#FF077D (or 0xFF077D) is known color: Deep Pink. HEX triplet: FF, 07 and 7D. RGB value is (255,7,125). Sum of RGB (Red+Green+Blue) = 255+7+125=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF077D is #00F882. Grayscale: #5E5E5E. Windows color (decimal): -63619 or 8194047. OLE color: 8194047.
HSL color Cylindrical-coordinate representation of color #FF077D: hue angle of 331.45º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF077D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.51 | 0 |
| HSL | 331.45º | 1% | 0.51% | - |
| HSV(B) | 331.45º | 0.97% | 1% | - |
| XYZ | 45.02 | 22.89 | 21.45 | - |
| YUV | 94.6 | 145.16 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 125 | 0 | 0.97 | 0.51 | 0 | 331.45 | 1 | 0.51 |
| Hex | FF | 7 | 7D | 0 | 61 | 33 | 0 | 14B | 64 | 33 |
| Octal | 377 | 7 | 175 | 0 | 141 | 63 | 0 | 513 | 144 | 63 |
| Binary | 11111111 | 111 | 1111101 | 0 | 1100001 | 110011 | 0 | 101001011 | 1100100 | 110011 |
Color Harmonies of #FF077D
Complementary color
Monochromatic Colors of #FF077D
Black with #FF077D
Text Example
Text Example
White with #FF077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF077D; }
p { color: rgb(255,7,125); }
H1.HeaderClassName
{
color: #FF077D;
}
.AnyTagClassName
{
color: #FF077D;
}
</style>
background-color css
<style>
a { background-color: #FF077D; }
a { background-color: rgb(255,7,125); }
div.DivClassName
{
background-color: #FF077D;
}
.BgClassName
{
background-color: #FF077D;
}
</style>
border-color css
<style>
span { border-color: #FF077D; }
span { border-color: rgb(255,7,125); }
td.TdClassName
{
border-color: #FF077D;
}
.TagClassName
{
border-color: #FF077D;
}
</style>