Shades of Violet Red #F64177
Tints of Violet Red #F64177
RGB
CMYK
RGB Variations
Color information
#F64177 (or 0xF64177) is known color: Violet Red. HEX triplet: F6, 41 and 77. RGB value is (246,65,119). Sum of RGB (Red+Green+Blue) = 246+65+119=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F64177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64177 is #09BE88. Grayscale: #7D7D7D. Windows color (decimal): -638601 or 7815670. OLE color: 7815670.
HSL color Cylindrical-coordinate representation of color #F64177: hue angle of 342.1º 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 #F64177 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 119 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.04 |
| HSL | 342.1º | 0.91% | 0.61% | - |
| HSV(B) | 342.1º | 0.74% | 0.96% | - |
| XYZ | 43.23 | 24.71 | 19.94 | - |
| YUV | 125.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 119 | 0 | 0.74 | 0.52 | 0.04 | 342.1 | 0.91 | 0.61 |
| Hex | F6 | 41 | 77 | 0 | 4A | 34 | 4 | 156 | 5B | 3D |
| Octal | 366 | 101 | 167 | 0 | 112 | 64 | 4 | 526 | 133 | 75 |
| Binary | 11110110 | 1000001 | 1110111 | 0 | 1001010 | 110100 | 100 | 101010110 | 1011011 | 111101 |
Color Harmonies of #F64177
Complementary color
Monochromatic Colors of #F64177
Black with #F64177
Text Example
Text Example
White with #F64177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64177; }
p { color: rgb(246,65,119); }
H1.HeaderClassName
{
color: #F64177;
}
.AnyTagClassName
{
color: #F64177;
}
</style>
background-color css
<style>
a { background-color: #F64177; }
a { background-color: rgb(246,65,119); }
div.DivClassName
{
background-color: #F64177;
}
.BgClassName
{
background-color: #F64177;
}
</style>
border-color css
<style>
span { border-color: #F64177; }
span { border-color: rgb(246,65,119); }
td.TdClassName
{
border-color: #F64177;
}
.TagClassName
{
border-color: #F64177;
}
</style>