Shades of Violet Red #F63E7D
Tints of Violet Red #F63E7D
RGB
CMYK
RGB Variations
Color information
#F63E7D (or 0xF63E7D) is known color: Violet Red. HEX triplet: F6, 3E and 7D. RGB value is (246,62,125). Sum of RGB (Red+Green+Blue) = 246+62+125=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63E7D is #09C182. Grayscale: #7C7C7C. Windows color (decimal): -639363 or 8208118. OLE color: 8208118.
HSL color Cylindrical-coordinate representation of color #F63E7D: hue angle of 339.46º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63E7D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 125 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.04 |
| HSL | 339.46º | 0.91% | 0.6% | - |
| HSV(B) | 339.46º | 0.75% | 0.96% | - |
| XYZ | 43.43 | 24.52 | 21.85 | - |
| YUV | 124.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 125 | 0 | 0.75 | 0.49 | 0.04 | 339.46 | 0.91 | 0.6 |
| Hex | F6 | 3E | 7D | 0 | 4B | 31 | 4 | 153 | 5B | 3C |
| Octal | 366 | 76 | 175 | 0 | 113 | 61 | 4 | 523 | 133 | 74 |
| Binary | 11110110 | 111110 | 1111101 | 0 | 1001011 | 110001 | 100 | 101010011 | 1011011 | 111100 |
Color Harmonies of #F63E7D
Complementary color
Monochromatic Colors of #F63E7D
Black with #F63E7D
Text Example
Text Example
White with #F63E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E7D; }
p { color: rgb(246,62,125); }
H1.HeaderClassName
{
color: #F63E7D;
}
.AnyTagClassName
{
color: #F63E7D;
}
</style>
background-color css
<style>
a { background-color: #F63E7D; }
a { background-color: rgb(246,62,125); }
div.DivClassName
{
background-color: #F63E7D;
}
.BgClassName
{
background-color: #F63E7D;
}
</style>
border-color css
<style>
span { border-color: #F63E7D; }
span { border-color: rgb(246,62,125); }
td.TdClassName
{
border-color: #F63E7D;
}
.TagClassName
{
border-color: #F63E7D;
}
</style>