Shades of Violet Red #F62B7C
Tints of Violet Red #F62B7C
RGB
CMYK
RGB Variations
Color information
#F62B7C (or 0xF62B7C) is known color: Violet Red. HEX triplet: F6, 2B and 7C. RGB value is (246,43,124). Sum of RGB (Red+Green+Blue) = 246+43+124=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62B7C is #09D483. Grayscale: #707070. Windows color (decimal): -644228 or 8137718. OLE color: 8137718.
HSL color Cylindrical-coordinate representation of color #F62B7C: hue angle of 336.06º 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 #F62B7C is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 124 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.04 |
| HSL | 336.06º | 0.92% | 0.57% | - |
| HSV(B) | 336.06º | 0.83% | 0.96% | - |
| XYZ | 42.51 | 22.78 | 21.22 | - |
| YUV | 112.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 124 | 0 | 0.83 | 0.50 | 0.04 | 336.06 | 0.92 | 0.57 |
| Hex | F6 | 2B | 7C | 0 | 53 | 32 | 4 | 150 | 5C | 39 |
| Octal | 366 | 53 | 174 | 0 | 123 | 62 | 4 | 520 | 134 | 71 |
| Binary | 11110110 | 101011 | 1111100 | 0 | 1010011 | 110010 | 100 | 101010000 | 1011100 | 111001 |
Color Harmonies of #F62B7C
Complementary color
Monochromatic Colors of #F62B7C
Black with #F62B7C
Text Example
Text Example
White with #F62B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B7C; }
p { color: rgb(246,43,124); }
H1.HeaderClassName
{
color: #F62B7C;
}
.AnyTagClassName
{
color: #F62B7C;
}
</style>
background-color css
<style>
a { background-color: #F62B7C; }
a { background-color: rgb(246,43,124); }
div.DivClassName
{
background-color: #F62B7C;
}
.BgClassName
{
background-color: #F62B7C;
}
</style>
border-color css
<style>
span { border-color: #F62B7C; }
span { border-color: rgb(246,43,124); }
td.TdClassName
{
border-color: #F62B7C;
}
.TagClassName
{
border-color: #F62B7C;
}
</style>