Shades of Violet Red #F6327A
Tints of Violet Red #F6327A
RGB
CMYK
RGB Variations
Color information
#F6327A (or 0xF6327A) is known color: Violet Red. HEX triplet: F6, 32 and 7A. RGB value is (246,50,122). Sum of RGB (Red+Green+Blue) = 246+50+122=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6327A is #09CD85. Grayscale: #747474. Windows color (decimal): -642438 or 8008438. OLE color: 8008438.
HSL color Cylindrical-coordinate representation of color #F6327A: hue angle of 337.96º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6327A is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.04 |
| HSL | 337.96º | 0.92% | 0.58% | - |
| HSV(B) | 337.96º | 0.8% | 0.96% | - |
| XYZ | 42.66 | 23.28 | 20.66 | - |
| YUV | 116.81 | 130.93 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 122 | 0 | 0.80 | 0.50 | 0.04 | 337.96 | 0.92 | 0.58 |
| Hex | F6 | 32 | 7A | 0 | 50 | 32 | 4 | 152 | 5C | 3A |
| Octal | 366 | 62 | 172 | 0 | 120 | 62 | 4 | 522 | 134 | 72 |
| Binary | 11110110 | 110010 | 1111010 | 0 | 1010000 | 110010 | 100 | 101010010 | 1011100 | 111010 |
Color Harmonies of #F6327A
Complementary color
Monochromatic Colors of #F6327A
Black with #F6327A
Text Example
Text Example
White with #F6327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6327A; }
p { color: rgb(246,50,122); }
H1.HeaderClassName
{
color: #F6327A;
}
.AnyTagClassName
{
color: #F6327A;
}
</style>
background-color css
<style>
a { background-color: #F6327A; }
a { background-color: rgb(246,50,122); }
div.DivClassName
{
background-color: #F6327A;
}
.BgClassName
{
background-color: #F6327A;
}
</style>
border-color css
<style>
span { border-color: #F6327A; }
span { border-color: rgb(246,50,122); }
td.TdClassName
{
border-color: #F6327A;
}
.TagClassName
{
border-color: #F6327A;
}
</style>