Shades of Violet Red #F63279
Tints of Violet Red #F63279
RGB
CMYK
RGB Variations
Color information
#F63279 (or 0xF63279) is known color: Violet Red. HEX triplet: F6, 32 and 79. RGB value is (246,50,121). Sum of RGB (Red+Green+Blue) = 246+50+121=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F63279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63279 is #09CD86. Grayscale: #747474. Windows color (decimal): -642439 or 7942902. OLE color: 7942902.
HSL color Cylindrical-coordinate representation of color #F63279: hue angle of 338.27º 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 #F63279 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 121 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.04 |
| HSL | 338.27º | 0.92% | 0.58% | - |
| HSV(B) | 338.27º | 0.8% | 0.96% | - |
| XYZ | 42.6 | 23.25 | 20.33 | - |
| YUV | 116.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 121 | 0 | 0.80 | 0.51 | 0.04 | 338.27 | 0.92 | 0.58 |
| Hex | F6 | 32 | 79 | 0 | 50 | 33 | 4 | 152 | 5C | 3A |
| Octal | 366 | 62 | 171 | 0 | 120 | 63 | 4 | 522 | 134 | 72 |
| Binary | 11110110 | 110010 | 1111001 | 0 | 1010000 | 110011 | 100 | 101010010 | 1011100 | 111010 |
Color Harmonies of #F63279
Complementary color
Monochromatic Colors of #F63279
Black with #F63279
Text Example
Text Example
White with #F63279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63279; }
p { color: rgb(246,50,121); }
H1.HeaderClassName
{
color: #F63279;
}
.AnyTagClassName
{
color: #F63279;
}
</style>
background-color css
<style>
a { background-color: #F63279; }
a { background-color: rgb(246,50,121); }
div.DivClassName
{
background-color: #F63279;
}
.BgClassName
{
background-color: #F63279;
}
</style>
border-color css
<style>
span { border-color: #F63279; }
span { border-color: rgb(246,50,121); }
td.TdClassName
{
border-color: #F63279;
}
.TagClassName
{
border-color: #F63279;
}
</style>