Shades of Violet Red #F63B7B
Tints of Violet Red #F63B7B
RGB
CMYK
RGB Variations
Color information
#F63B7B (or 0xF63B7B) is known color: Violet Red. HEX triplet: F6, 3B and 7B. RGB value is (246,59,123). Sum of RGB (Red+Green+Blue) = 246+59+123=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63B7B is #09C484. Grayscale: #7A7A7A. Windows color (decimal): -640133 or 8076278. OLE color: 8076278.
HSL color Cylindrical-coordinate representation of color #F63B7B: hue angle of 339.47º 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 #F63B7B is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 123 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.04 |
| HSL | 339.47º | 0.91% | 0.6% | - |
| HSV(B) | 339.47º | 0.76% | 0.96% | - |
| XYZ | 43.15 | 24.15 | 21.13 | - |
| YUV | 122.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 123 | 0 | 0.76 | 0.50 | 0.04 | 339.47 | 0.91 | 0.6 |
| Hex | F6 | 3B | 7B | 0 | 4C | 32 | 4 | 153 | 5B | 3C |
| Octal | 366 | 73 | 173 | 0 | 114 | 62 | 4 | 523 | 133 | 74 |
| Binary | 11110110 | 111011 | 1111011 | 0 | 1001100 | 110010 | 100 | 101010011 | 1011011 | 111100 |
Color Harmonies of #F63B7B
Complementary color
Monochromatic Colors of #F63B7B
Black with #F63B7B
Text Example
Text Example
White with #F63B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B7B; }
p { color: rgb(246,59,123); }
H1.HeaderClassName
{
color: #F63B7B;
}
.AnyTagClassName
{
color: #F63B7B;
}
</style>
background-color css
<style>
a { background-color: #F63B7B; }
a { background-color: rgb(246,59,123); }
div.DivClassName
{
background-color: #F63B7B;
}
.BgClassName
{
background-color: #F63B7B;
}
</style>
border-color css
<style>
span { border-color: #F63B7B; }
span { border-color: rgb(246,59,123); }
td.TdClassName
{
border-color: #F63B7B;
}
.TagClassName
{
border-color: #F63B7B;
}
</style>