Shades of Violet Red #F64388
Tints of Violet Red #F64388
RGB
CMYK
RGB Variations
Color information
#F64388 (or 0xF64388) is known color: Violet Red. HEX triplet: F6, 43 and 88. RGB value is (246,67,136). Sum of RGB (Red+Green+Blue) = 246+67+136=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64388 is #09BC77. Grayscale: #808080. Windows color (decimal): -638072 or 8930294. OLE color: 8930294.
HSL color Cylindrical-coordinate representation of color #F64388: hue angle of 336.87º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64388 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 136 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.04 |
| HSL | 336.87º | 0.91% | 0.61% | - |
| HSV(B) | 336.87º | 0.73% | 0.96% | - |
| XYZ | 44.46 | 25.38 | 25.85 | - |
| YUV | 128.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 136 | 0 | 0.73 | 0.45 | 0.04 | 336.87 | 0.91 | 0.61 |
| Hex | F6 | 43 | 88 | 0 | 49 | 2D | 4 | 151 | 5B | 3D |
| Octal | 366 | 103 | 210 | 0 | 111 | 55 | 4 | 521 | 133 | 75 |
| Binary | 11110110 | 1000011 | 10001000 | 0 | 1001001 | 101101 | 100 | 101010001 | 1011011 | 111101 |
Color Harmonies of #F64388
Complementary color
Monochromatic Colors of #F64388
Black with #F64388
Text Example
Text Example
White with #F64388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64388; }
p { color: rgb(246,67,136); }
H1.HeaderClassName
{
color: #F64388;
}
.AnyTagClassName
{
color: #F64388;
}
</style>
background-color css
<style>
a { background-color: #F64388; }
a { background-color: rgb(246,67,136); }
div.DivClassName
{
background-color: #F64388;
}
.BgClassName
{
background-color: #F64388;
}
</style>
border-color css
<style>
span { border-color: #F64388; }
span { border-color: rgb(246,67,136); }
td.TdClassName
{
border-color: #F64388;
}
.TagClassName
{
border-color: #F64388;
}
</style>