Shades of Violet Red #F62D7A
Tints of Violet Red #F62D7A
RGB
CMYK
RGB Variations
Color information
#F62D7A (or 0xF62D7A) is known color: Violet Red. HEX triplet: F6, 2D and 7A. RGB value is (246,45,122). Sum of RGB (Red+Green+Blue) = 246+45+122=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D7A is #09D285. Grayscale: #717171. Windows color (decimal): -643718 or 8007158. OLE color: 8007158.
HSL color Cylindrical-coordinate representation of color #F62D7A: hue angle of 337.01º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D7A is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 122 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.04 |
| HSL | 337.01º | 0.92% | 0.57% | - |
| HSV(B) | 337.01º | 0.82% | 0.96% | - |
| XYZ | 42.46 | 22.87 | 20.59 | - |
| YUV | 113.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 122 | 0 | 0.82 | 0.50 | 0.04 | 337.01 | 0.92 | 0.57 |
| Hex | F6 | 2D | 7A | 0 | 52 | 32 | 4 | 151 | 5C | 39 |
| Octal | 366 | 55 | 172 | 0 | 122 | 62 | 4 | 521 | 134 | 71 |
| Binary | 11110110 | 101101 | 1111010 | 0 | 1010010 | 110010 | 100 | 101010001 | 1011100 | 111001 |
Color Harmonies of #F62D7A
Complementary color
Monochromatic Colors of #F62D7A
Black with #F62D7A
Text Example
Text Example
White with #F62D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D7A; }
p { color: rgb(246,45,122); }
H1.HeaderClassName
{
color: #F62D7A;
}
.AnyTagClassName
{
color: #F62D7A;
}
</style>
background-color css
<style>
a { background-color: #F62D7A; }
a { background-color: rgb(246,45,122); }
div.DivClassName
{
background-color: #F62D7A;
}
.BgClassName
{
background-color: #F62D7A;
}
</style>
border-color css
<style>
span { border-color: #F62D7A; }
span { border-color: rgb(246,45,122); }
td.TdClassName
{
border-color: #F62D7A;
}
.TagClassName
{
border-color: #F62D7A;
}
</style>