Shades of Deep Pink #FF0794
Tints of Deep Pink #FF0794
RGB
CMYK
RGB Variations
Color information
#FF0794 (or 0xFF0794) is known color: Deep Pink. HEX triplet: FF, 07 and 94. RGB value is (255,7,148). Sum of RGB (Red+Green+Blue) = 255+7+148=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0794 is #00F86B. Grayscale: #606060. Windows color (decimal): -63596 or 9701375. OLE color: 9701375.
HSL color Cylindrical-coordinate representation of color #FF0794: hue angle of 325.89º 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 #FF0794 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.42 | 0 |
| HSL | 325.89º | 1% | 0.51% | - |
| HSV(B) | 325.89º | 0.97% | 1% | - |
| XYZ | 46.66 | 23.55 | 30.1 | - |
| YUV | 97.23 | 156.66 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 148 | 0 | 0.97 | 0.42 | 0 | 325.89 | 1 | 0.51 |
| Hex | FF | 7 | 94 | 0 | 61 | 2A | 0 | 146 | 64 | 33 |
| Octal | 377 | 7 | 224 | 0 | 141 | 52 | 0 | 506 | 144 | 63 |
| Binary | 11111111 | 111 | 10010100 | 0 | 1100001 | 101010 | 0 | 101000110 | 1100100 | 110011 |
Color Harmonies of #FF0794
Complementary color
Monochromatic Colors of #FF0794
Black with #FF0794
Text Example
Text Example
White with #FF0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0794; }
p { color: rgb(255,7,148); }
H1.HeaderClassName
{
color: #FF0794;
}
.AnyTagClassName
{
color: #FF0794;
}
</style>
background-color css
<style>
a { background-color: #FF0794; }
a { background-color: rgb(255,7,148); }
div.DivClassName
{
background-color: #FF0794;
}
.BgClassName
{
background-color: #FF0794;
}
</style>
border-color css
<style>
span { border-color: #FF0794; }
span { border-color: rgb(255,7,148); }
td.TdClassName
{
border-color: #FF0794;
}
.TagClassName
{
border-color: #FF0794;
}
</style>