Shades of Violet Red #F63880
Tints of Violet Red #F63880
RGB
CMYK
RGB Variations
Color information
#F63880 (or 0xF63880) is known color: Violet Red. HEX triplet: F6, 38 and 80. RGB value is (246,56,128). Sum of RGB (Red+Green+Blue) = 246+56+128=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F63880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63880 is #09C77F. Grayscale: #787878. Windows color (decimal): -640896 or 8403190. OLE color: 8403190.
HSL color Cylindrical-coordinate representation of color #F63880: hue angle of 337.26º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63880 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 128 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.04 |
| HSL | 337.26º | 0.91% | 0.59% | - |
| HSV(B) | 337.26º | 0.77% | 0.96% | - |
| XYZ | 43.32 | 23.98 | 22.77 | - |
| YUV | 121.02 | 131.95 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 128 | 0 | 0.77 | 0.48 | 0.04 | 337.26 | 0.91 | 0.59 |
| Hex | F6 | 38 | 80 | 0 | 4D | 30 | 4 | 151 | 5B | 3B |
| Octal | 366 | 70 | 200 | 0 | 115 | 60 | 4 | 521 | 133 | 73 |
| Binary | 11110110 | 111000 | 10000000 | 0 | 1001101 | 110000 | 100 | 101010001 | 1011011 | 111011 |
Color Harmonies of #F63880
Complementary color
Monochromatic Colors of #F63880
Black with #F63880
Text Example
Text Example
White with #F63880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63880; }
p { color: rgb(246,56,128); }
H1.HeaderClassName
{
color: #F63880;
}
.AnyTagClassName
{
color: #F63880;
}
</style>
background-color css
<style>
a { background-color: #F63880; }
a { background-color: rgb(246,56,128); }
div.DivClassName
{
background-color: #F63880;
}
.BgClassName
{
background-color: #F63880;
}
</style>
border-color css
<style>
span { border-color: #F63880; }
span { border-color: rgb(246,56,128); }
td.TdClassName
{
border-color: #F63880;
}
.TagClassName
{
border-color: #F63880;
}
</style>