Shades of Violet Red #F63B7D
Tints of Violet Red #F63B7D
RGB
CMYK
RGB Variations
Color information
#F63B7D (or 0xF63B7D) is known color: Violet Red. HEX triplet: F6, 3B and 7D. RGB value is (246,59,125). Sum of RGB (Red+Green+Blue) = 246+59+125=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63B7D is #09C482. Grayscale: #7A7A7A. Windows color (decimal): -640131 or 8207350. OLE color: 8207350.
HSL color Cylindrical-coordinate representation of color #F63B7D: hue angle of 338.82º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63B7D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 125 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.04 |
| HSL | 338.82º | 0.91% | 0.6% | - |
| HSV(B) | 338.82º | 0.76% | 0.96% | - |
| XYZ | 43.27 | 24.2 | 21.79 | - |
| YUV | 122.44 | 129.45 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 125 | 0 | 0.76 | 0.49 | 0.04 | 338.82 | 0.91 | 0.6 |
| Hex | F6 | 3B | 7D | 0 | 4C | 31 | 4 | 153 | 5B | 3C |
| Octal | 366 | 73 | 175 | 0 | 114 | 61 | 4 | 523 | 133 | 74 |
| Binary | 11110110 | 111011 | 1111101 | 0 | 1001100 | 110001 | 100 | 101010011 | 1011011 | 111100 |
Color Harmonies of #F63B7D
Complementary color
Monochromatic Colors of #F63B7D
Black with #F63B7D
Text Example
Text Example
White with #F63B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B7D; }
p { color: rgb(246,59,125); }
H1.HeaderClassName
{
color: #F63B7D;
}
.AnyTagClassName
{
color: #F63B7D;
}
</style>
background-color css
<style>
a { background-color: #F63B7D; }
a { background-color: rgb(246,59,125); }
div.DivClassName
{
background-color: #F63B7D;
}
.BgClassName
{
background-color: #F63B7D;
}
</style>
border-color css
<style>
span { border-color: #F63B7D; }
span { border-color: rgb(246,59,125); }
td.TdClassName
{
border-color: #F63B7D;
}
.TagClassName
{
border-color: #F63B7D;
}
</style>