Shades of Violet Red #F63276
Tints of Violet Red #F63276
RGB
CMYK
RGB Variations
Color information
#F63276 (or 0xF63276) is known color: Violet Red. HEX triplet: F6, 32 and 76. RGB value is (246,50,118). Sum of RGB (Red+Green+Blue) = 246+50+118=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F63276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63276 is #09CD89. Grayscale: #747474. Windows color (decimal): -642442 or 7746294. OLE color: 7746294.
HSL color Cylindrical-coordinate representation of color #F63276: hue angle of 339.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63276 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 118 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.04 |
| HSL | 339.18º | 0.92% | 0.58% | - |
| HSV(B) | 339.18º | 0.8% | 0.96% | - |
| XYZ | 42.42 | 23.18 | 19.38 | - |
| YUV | 116.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 118 | 0 | 0.80 | 0.52 | 0.04 | 339.18 | 0.92 | 0.58 |
| Hex | F6 | 32 | 76 | 0 | 50 | 34 | 4 | 153 | 5C | 3A |
| Octal | 366 | 62 | 166 | 0 | 120 | 64 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110010 | 1110110 | 0 | 1010000 | 110100 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63276
Complementary color
Monochromatic Colors of #F63276
Black with #F63276
Text Example
Text Example
White with #F63276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63276; }
p { color: rgb(246,50,118); }
H1.HeaderClassName
{
color: #F63276;
}
.AnyTagClassName
{
color: #F63276;
}
</style>
background-color css
<style>
a { background-color: #F63276; }
a { background-color: rgb(246,50,118); }
div.DivClassName
{
background-color: #F63276;
}
.BgClassName
{
background-color: #F63276;
}
</style>
border-color css
<style>
span { border-color: #F63276; }
span { border-color: rgb(246,50,118); }
td.TdClassName
{
border-color: #F63276;
}
.TagClassName
{
border-color: #F63276;
}
</style>