Shades of Violet Red #F24186
Tints of Violet Red #F24186
RGB
CMYK
RGB Variations
Color information
#F24186 (or 0xF24186) is known color: Violet Red. HEX triplet: F2, 41 and 86. RGB value is (242,65,134). Sum of RGB (Red+Green+Blue) = 242+65+134=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F24186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24186 is #0DBE79. Grayscale: #7D7D7D. Windows color (decimal): -900730 or 8798706. OLE color: 8798706.
HSL color Cylindrical-coordinate representation of color #F24186: hue angle of 336.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24186 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 134 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.05 |
| HSL | 336.61º | 0.87% | 0.6% | - |
| HSV(B) | 336.61º | 0.73% | 0.95% | - |
| XYZ | 42.81 | 24.38 | 25 | - |
| YUV | 125.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 134 | 0 | 0.73 | 0.45 | 0.05 | 336.61 | 0.87 | 0.6 |
| Hex | F2 | 41 | 86 | 0 | 49 | 2D | 5 | 151 | 57 | 3C |
| Octal | 362 | 101 | 206 | 0 | 111 | 55 | 5 | 521 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10000110 | 0 | 1001001 | 101101 | 101 | 101010001 | 1010111 | 111100 |
Color Harmonies of #F24186
Complementary color
Monochromatic Colors of #F24186
Black with #F24186
Text Example
Text Example
White with #F24186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24186; }
p { color: rgb(242,65,134); }
H1.HeaderClassName
{
color: #F24186;
}
.AnyTagClassName
{
color: #F24186;
}
</style>
background-color css
<style>
a { background-color: #F24186; }
a { background-color: rgb(242,65,134); }
div.DivClassName
{
background-color: #F24186;
}
.BgClassName
{
background-color: #F24186;
}
</style>
border-color css
<style>
span { border-color: #F24186; }
span { border-color: rgb(242,65,134); }
td.TdClassName
{
border-color: #F24186;
}
.TagClassName
{
border-color: #F24186;
}
</style>