Shades of Violet Red #F62D7D
Tints of Violet Red #F62D7D
RGB
CMYK
RGB Variations
Color information
#F62D7D (or 0xF62D7D) is known color: Violet Red. HEX triplet: F6, 2D and 7D. RGB value is (246,45,125). Sum of RGB (Red+Green+Blue) = 246+45+125=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D7D is #09D282. Grayscale: #727272. Windows color (decimal): -643715 or 8203766. OLE color: 8203766.
HSL color Cylindrical-coordinate representation of color #F62D7D: hue angle of 336.12º 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 #F62D7D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 125 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.04 |
| HSL | 336.12º | 0.92% | 0.57% | - |
| HSV(B) | 336.12º | 0.82% | 0.96% | - |
| XYZ | 42.65 | 22.95 | 21.58 | - |
| YUV | 114.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 125 | 0 | 0.82 | 0.49 | 0.04 | 336.12 | 0.92 | 0.57 |
| Hex | F6 | 2D | 7D | 0 | 52 | 31 | 4 | 150 | 5C | 39 |
| Octal | 366 | 55 | 175 | 0 | 122 | 61 | 4 | 520 | 134 | 71 |
| Binary | 11110110 | 101101 | 1111101 | 0 | 1010010 | 110001 | 100 | 101010000 | 1011100 | 111001 |
Color Harmonies of #F62D7D
Complementary color
Monochromatic Colors of #F62D7D
Black with #F62D7D
Text Example
Text Example
White with #F62D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D7D; }
p { color: rgb(246,45,125); }
H1.HeaderClassName
{
color: #F62D7D;
}
.AnyTagClassName
{
color: #F62D7D;
}
</style>
background-color css
<style>
a { background-color: #F62D7D; }
a { background-color: rgb(246,45,125); }
div.DivClassName
{
background-color: #F62D7D;
}
.BgClassName
{
background-color: #F62D7D;
}
</style>
border-color css
<style>
span { border-color: #F62D7D; }
span { border-color: rgb(246,45,125); }
td.TdClassName
{
border-color: #F62D7D;
}
.TagClassName
{
border-color: #F62D7D;
}
</style>