Shades of Deep Pink #FF0791
Tints of Deep Pink #FF0791
RGB
CMYK
RGB Variations
Color information
#FF0791 (or 0xFF0791) is known color: Deep Pink. HEX triplet: FF, 07 and 91. RGB value is (255,7,145). Sum of RGB (Red+Green+Blue) = 255+7+145=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0791 is #00F86E. Grayscale: #606060. Windows color (decimal): -63599 or 9504767. OLE color: 9504767.
HSL color Cylindrical-coordinate representation of color #FF0791: hue angle of 326.61º 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 #FF0791 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 145 | - |
| CMYK | 0 | 0.97 | 0.43 | 0 |
| HSL | 326.61º | 1% | 0.51% | - |
| HSV(B) | 326.61º | 0.97% | 1% | - |
| XYZ | 46.43 | 23.46 | 28.87 | - |
| YUV | 96.88 | 155.16 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 145 | 0 | 0.97 | 0.43 | 0 | 326.61 | 1 | 0.51 |
| Hex | FF | 7 | 91 | 0 | 61 | 2B | 0 | 147 | 64 | 33 |
| Octal | 377 | 7 | 221 | 0 | 141 | 53 | 0 | 507 | 144 | 63 |
| Binary | 11111111 | 111 | 10010001 | 0 | 1100001 | 101011 | 0 | 101000111 | 1100100 | 110011 |
Color Harmonies of #FF0791
Complementary color
Monochromatic Colors of #FF0791
Black with #FF0791
Text Example
Text Example
White with #FF0791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0791; }
p { color: rgb(255,7,145); }
H1.HeaderClassName
{
color: #FF0791;
}
.AnyTagClassName
{
color: #FF0791;
}
</style>
background-color css
<style>
a { background-color: #FF0791; }
a { background-color: rgb(255,7,145); }
div.DivClassName
{
background-color: #FF0791;
}
.BgClassName
{
background-color: #FF0791;
}
</style>
border-color css
<style>
span { border-color: #FF0791; }
span { border-color: rgb(255,7,145); }
td.TdClassName
{
border-color: #FF0791;
}
.TagClassName
{
border-color: #FF0791;
}
</style>