Shades of Violet Red #F64085
Tints of Violet Red #F64085
RGB
CMYK
RGB Variations
Color information
#F64085 (or 0xF64085) is known color: Violet Red. HEX triplet: F6, 40 and 85. RGB value is (246,64,133). Sum of RGB (Red+Green+Blue) = 246+64+133=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F64085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64085 is #09BF7A. Grayscale: #7E7E7E. Windows color (decimal): -638843 or 8732918. OLE color: 8732918.
HSL color Cylindrical-coordinate representation of color #F64085: hue angle of 337.25º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F64085 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 133 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.04 |
| HSL | 337.25º | 0.91% | 0.61% | - |
| HSV(B) | 337.25º | 0.74% | 0.96% | - |
| XYZ | 44.07 | 24.95 | 24.68 | - |
| YUV | 126.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 133 | 0 | 0.74 | 0.46 | 0.04 | 337.25 | 0.91 | 0.61 |
| Hex | F6 | 40 | 85 | 0 | 4A | 2E | 4 | 151 | 5B | 3D |
| Octal | 366 | 100 | 205 | 0 | 112 | 56 | 4 | 521 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10000101 | 0 | 1001010 | 101110 | 100 | 101010001 | 1011011 | 111101 |
Color Harmonies of #F64085
Complementary color
Monochromatic Colors of #F64085
Black with #F64085
Text Example
Text Example
White with #F64085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64085; }
p { color: rgb(246,64,133); }
H1.HeaderClassName
{
color: #F64085;
}
.AnyTagClassName
{
color: #F64085;
}
</style>
background-color css
<style>
a { background-color: #F64085; }
a { background-color: rgb(246,64,133); }
div.DivClassName
{
background-color: #F64085;
}
.BgClassName
{
background-color: #F64085;
}
</style>
border-color css
<style>
span { border-color: #F64085; }
span { border-color: rgb(246,64,133); }
td.TdClassName
{
border-color: #F64085;
}
.TagClassName
{
border-color: #F64085;
}
</style>