Shades of Violet Red #F63278
Tints of Violet Red #F63278
RGB
CMYK
RGB Variations
Color information
#F63278 (or 0xF63278) is known color: Violet Red. HEX triplet: F6, 32 and 78. RGB value is (246,50,120). Sum of RGB (Red+Green+Blue) = 246+50+120=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F63278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63278 is #09CD87. Grayscale: #747474. Windows color (decimal): -642440 or 7877366. OLE color: 7877366.
HSL color Cylindrical-coordinate representation of color #F63278: hue angle of 338.57º 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 #F63278 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 120 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.04 |
| HSL | 338.57º | 0.92% | 0.58% | - |
| HSV(B) | 338.57º | 0.8% | 0.96% | - |
| XYZ | 42.54 | 23.23 | 20.01 | - |
| YUV | 116.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 120 | 0 | 0.80 | 0.51 | 0.04 | 338.57 | 0.92 | 0.58 |
| Hex | F6 | 32 | 78 | 0 | 50 | 33 | 4 | 153 | 5C | 3A |
| Octal | 366 | 62 | 170 | 0 | 120 | 63 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110010 | 1111000 | 0 | 1010000 | 110011 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63278
Complementary color
Monochromatic Colors of #F63278
Black with #F63278
Text Example
Text Example
White with #F63278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63278; }
p { color: rgb(246,50,120); }
H1.HeaderClassName
{
color: #F63278;
}
.AnyTagClassName
{
color: #F63278;
}
</style>
background-color css
<style>
a { background-color: #F63278; }
a { background-color: rgb(246,50,120); }
div.DivClassName
{
background-color: #F63278;
}
.BgClassName
{
background-color: #F63278;
}
</style>
border-color css
<style>
span { border-color: #F63278; }
span { border-color: rgb(246,50,120); }
td.TdClassName
{
border-color: #F63278;
}
.TagClassName
{
border-color: #F63278;
}
</style>