Shades of Violet Red #F63875
Tints of Violet Red #F63875
RGB
CMYK
RGB Variations
Color information
#F63875 (or 0xF63875) is known color: Violet Red. HEX triplet: F6, 38 and 75. RGB value is (246,56,117). Sum of RGB (Red+Green+Blue) = 246+56+117=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F63875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63875 is #09C78A. Grayscale: #777777. Windows color (decimal): -640907 or 7682294. OLE color: 7682294.
HSL color Cylindrical-coordinate representation of color #F63875: hue angle of 340.74º 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 #F63875 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 117 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.04 |
| HSL | 340.74º | 0.91% | 0.59% | - |
| HSV(B) | 340.74º | 0.77% | 0.96% | - |
| XYZ | 42.63 | 23.71 | 19.16 | - |
| YUV | 119.76 | 126.45 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 117 | 0 | 0.77 | 0.52 | 0.04 | 340.74 | 0.91 | 0.59 |
| Hex | F6 | 38 | 75 | 0 | 4D | 34 | 4 | 155 | 5B | 3B |
| Octal | 366 | 70 | 165 | 0 | 115 | 64 | 4 | 525 | 133 | 73 |
| Binary | 11110110 | 111000 | 1110101 | 0 | 1001101 | 110100 | 100 | 101010101 | 1011011 | 111011 |
Color Harmonies of #F63875
Complementary color
Monochromatic Colors of #F63875
Black with #F63875
Text Example
Text Example
White with #F63875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63875; }
p { color: rgb(246,56,117); }
H1.HeaderClassName
{
color: #F63875;
}
.AnyTagClassName
{
color: #F63875;
}
</style>
background-color css
<style>
a { background-color: #F63875; }
a { background-color: rgb(246,56,117); }
div.DivClassName
{
background-color: #F63875;
}
.BgClassName
{
background-color: #F63875;
}
</style>
border-color css
<style>
span { border-color: #F63875; }
span { border-color: rgb(246,56,117); }
td.TdClassName
{
border-color: #F63875;
}
.TagClassName
{
border-color: #F63875;
}
</style>