Shades of Deep Pink #FF079A
Tints of Deep Pink #FF079A
RGB
CMYK
RGB Variations
Color information
#FF079A (or 0xFF079A) is known color: Deep Pink. HEX triplet: FF, 07 and 9A. RGB value is (255,7,154). Sum of RGB (Red+Green+Blue) = 255+7+154=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF079A is #00F865. Grayscale: #616161. Windows color (decimal): -63590 or 10094591. OLE color: 10094591.
HSL color Cylindrical-coordinate representation of color #FF079A: hue angle of 324.44º 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 #FF079A is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 154 | - |
| CMYK | 0 | 0.97 | 0.40 | 0 |
| HSL | 324.44º | 1% | 0.51% | - |
| HSV(B) | 324.44º | 0.97% | 1% | - |
| XYZ | 47.15 | 23.75 | 32.67 | - |
| YUV | 97.91 | 159.66 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 154 | 0 | 0.97 | 0.40 | 0 | 324.44 | 1 | 0.51 |
| Hex | FF | 7 | 9A | 0 | 61 | 28 | 0 | 144 | 64 | 33 |
| Octal | 377 | 7 | 232 | 0 | 141 | 50 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 111 | 10011010 | 0 | 1100001 | 101000 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF079A
Complementary color
Monochromatic Colors of #FF079A
Black with #FF079A
Text Example
Text Example
White with #FF079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF079A; }
p { color: rgb(255,7,154); }
H1.HeaderClassName
{
color: #FF079A;
}
.AnyTagClassName
{
color: #FF079A;
}
</style>
background-color css
<style>
a { background-color: #FF079A; }
a { background-color: rgb(255,7,154); }
div.DivClassName
{
background-color: #FF079A;
}
.BgClassName
{
background-color: #FF079A;
}
</style>
border-color css
<style>
span { border-color: #FF079A; }
span { border-color: rgb(255,7,154); }
td.TdClassName
{
border-color: #FF079A;
}
.TagClassName
{
border-color: #FF079A;
}
</style>