Shades of Violet Red #F63B8C
Tints of Violet Red #F63B8C
RGB
CMYK
RGB Variations
Color information
#F63B8C (or 0xF63B8C) is known color: Violet Red. HEX triplet: F6, 3B and 8C. RGB value is (246,59,140). Sum of RGB (Red+Green+Blue) = 246+59+140=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63B8C is #09C473. Grayscale: #7C7C7C. Windows color (decimal): -640116 or 9190390. OLE color: 9190390.
HSL color Cylindrical-coordinate representation of color #F63B8C: hue angle of 334.01º 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 #F63B8C is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 140 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.04 |
| HSL | 334.01º | 0.91% | 0.6% | - |
| HSV(B) | 334.01º | 0.76% | 0.96% | - |
| XYZ | 44.3 | 24.61 | 27.23 | - |
| YUV | 124.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 140 | 0 | 0.76 | 0.43 | 0.04 | 334.01 | 0.91 | 0.6 |
| Hex | F6 | 3B | 8C | 0 | 4C | 2B | 4 | 14E | 5B | 3C |
| Octal | 366 | 73 | 214 | 0 | 114 | 53 | 4 | 516 | 133 | 74 |
| Binary | 11110110 | 111011 | 10001100 | 0 | 1001100 | 101011 | 100 | 101001110 | 1011011 | 111100 |
Color Harmonies of #F63B8C
Complementary color
Monochromatic Colors of #F63B8C
Black with #F63B8C
Text Example
Text Example
White with #F63B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B8C; }
p { color: rgb(246,59,140); }
H1.HeaderClassName
{
color: #F63B8C;
}
.AnyTagClassName
{
color: #F63B8C;
}
</style>
background-color css
<style>
a { background-color: #F63B8C; }
a { background-color: rgb(246,59,140); }
div.DivClassName
{
background-color: #F63B8C;
}
.BgClassName
{
background-color: #F63B8C;
}
</style>
border-color css
<style>
span { border-color: #F63B8C; }
span { border-color: rgb(246,59,140); }
td.TdClassName
{
border-color: #F63B8C;
}
.TagClassName
{
border-color: #F63B8C;
}
</style>