Shades of Violet Red #F64584
Tints of Violet Red #F64584
RGB
CMYK
RGB Variations
Color information
#F64584 (or 0xF64584) is known color: Violet Red. HEX triplet: F6, 45 and 84. RGB value is (246,69,132). Sum of RGB (Red+Green+Blue) = 246+69+132=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F64584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64584 is #09BA7B. Grayscale: #818181. Windows color (decimal): -637564 or 8668662. OLE color: 8668662.
HSL color Cylindrical-coordinate representation of color #F64584: hue angle of 338.64º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64584 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 132 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.04 |
| HSL | 338.64º | 0.91% | 0.62% | - |
| HSV(B) | 338.64º | 0.72% | 0.96% | - |
| XYZ | 44.3 | 25.52 | 24.42 | - |
| YUV | 129.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 132 | 0 | 0.72 | 0.46 | 0.04 | 338.64 | 0.91 | 0.62 |
| Hex | F6 | 45 | 84 | 0 | 48 | 2E | 4 | 153 | 5B | 3E |
| Octal | 366 | 105 | 204 | 0 | 110 | 56 | 4 | 523 | 133 | 76 |
| Binary | 11110110 | 1000101 | 10000100 | 0 | 1001000 | 101110 | 100 | 101010011 | 1011011 | 111110 |
Color Harmonies of #F64584
Complementary color
Monochromatic Colors of #F64584
Black with #F64584
Text Example
Text Example
White with #F64584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64584; }
p { color: rgb(246,69,132); }
H1.HeaderClassName
{
color: #F64584;
}
.AnyTagClassName
{
color: #F64584;
}
</style>
background-color css
<style>
a { background-color: #F64584; }
a { background-color: rgb(246,69,132); }
div.DivClassName
{
background-color: #F64584;
}
.BgClassName
{
background-color: #F64584;
}
</style>
border-color css
<style>
span { border-color: #F64584; }
span { border-color: rgb(246,69,132); }
td.TdClassName
{
border-color: #F64584;
}
.TagClassName
{
border-color: #F64584;
}
</style>