Shades of Violet Red #F64185
Tints of Violet Red #F64185
RGB
CMYK
RGB Variations
Color information
#F64185 (or 0xF64185) is known color: Violet Red. HEX triplet: F6, 41 and 85. RGB value is (246,65,133). Sum of RGB (Red+Green+Blue) = 246+65+133=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F64185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64185 is #09BE7A. Grayscale: #7E7E7E. Windows color (decimal): -638587 or 8733174. OLE color: 8733174.
HSL color Cylindrical-coordinate representation of color #F64185: hue angle of 337.46º 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 #F64185 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 133 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.04 |
| HSL | 337.46º | 0.91% | 0.61% | - |
| HSV(B) | 337.46º | 0.74% | 0.96% | - |
| XYZ | 44.13 | 25.07 | 24.7 | - |
| YUV | 126.87 | 131.47 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 133 | 0 | 0.74 | 0.46 | 0.04 | 337.46 | 0.91 | 0.61 |
| Hex | F6 | 41 | 85 | 0 | 4A | 2E | 4 | 151 | 5B | 3D |
| Octal | 366 | 101 | 205 | 0 | 112 | 56 | 4 | 521 | 133 | 75 |
| Binary | 11110110 | 1000001 | 10000101 | 0 | 1001010 | 101110 | 100 | 101010001 | 1011011 | 111101 |
Color Harmonies of #F64185
Complementary color
Monochromatic Colors of #F64185
Black with #F64185
Text Example
Text Example
White with #F64185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64185; }
p { color: rgb(246,65,133); }
H1.HeaderClassName
{
color: #F64185;
}
.AnyTagClassName
{
color: #F64185;
}
</style>
background-color css
<style>
a { background-color: #F64185; }
a { background-color: rgb(246,65,133); }
div.DivClassName
{
background-color: #F64185;
}
.BgClassName
{
background-color: #F64185;
}
</style>
border-color css
<style>
span { border-color: #F64185; }
span { border-color: rgb(246,65,133); }
td.TdClassName
{
border-color: #F64185;
}
.TagClassName
{
border-color: #F64185;
}
</style>