Shades of Violet Red #F62B7A
Tints of Violet Red #F62B7A
RGB
CMYK
RGB Variations
Color information
#F62B7A (or 0xF62B7A) is known color: Violet Red. HEX triplet: F6, 2B and 7A. RGB value is (246,43,122). Sum of RGB (Red+Green+Blue) = 246+43+122=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62B7A is #09D485. Grayscale: #707070. Windows color (decimal): -644230 or 8006646. OLE color: 8006646.
HSL color Cylindrical-coordinate representation of color #F62B7A: hue angle of 336.65º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B7A is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 122 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.04 |
| HSL | 336.65º | 0.92% | 0.57% | - |
| HSV(B) | 336.65º | 0.83% | 0.96% | - |
| XYZ | 42.38 | 22.73 | 20.57 | - |
| YUV | 112.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 122 | 0 | 0.83 | 0.50 | 0.04 | 336.65 | 0.92 | 0.57 |
| Hex | F6 | 2B | 7A | 0 | 53 | 32 | 4 | 151 | 5C | 39 |
| Octal | 366 | 53 | 172 | 0 | 123 | 62 | 4 | 521 | 134 | 71 |
| Binary | 11110110 | 101011 | 1111010 | 0 | 1010011 | 110010 | 100 | 101010001 | 1011100 | 111001 |
Color Harmonies of #F62B7A
Complementary color
Monochromatic Colors of #F62B7A
Black with #F62B7A
Text Example
Text Example
White with #F62B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B7A; }
p { color: rgb(246,43,122); }
H1.HeaderClassName
{
color: #F62B7A;
}
.AnyTagClassName
{
color: #F62B7A;
}
</style>
background-color css
<style>
a { background-color: #F62B7A; }
a { background-color: rgb(246,43,122); }
div.DivClassName
{
background-color: #F62B7A;
}
.BgClassName
{
background-color: #F62B7A;
}
</style>
border-color css
<style>
span { border-color: #F62B7A; }
span { border-color: rgb(246,43,122); }
td.TdClassName
{
border-color: #F62B7A;
}
.TagClassName
{
border-color: #F62B7A;
}
</style>