Shades of Violet Red #F24197
Tints of Violet Red #F24197
RGB
CMYK
RGB Variations
Color information
#F24197 (or 0xF24197) is known color: Violet Red. HEX triplet: F2, 41 and 97. RGB value is (242,65,151). Sum of RGB (Red+Green+Blue) = 242+65+151=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F24197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24197 is #0DBE68. Grayscale: #7F7F7F. Windows color (decimal): -900713 or 9912818. OLE color: 9912818.
HSL color Cylindrical-coordinate representation of color #F24197: hue angle of 330.85º 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 #F24197 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 151 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.05 |
| HSL | 330.85º | 0.87% | 0.6% | - |
| HSV(B) | 330.85º | 0.73% | 0.95% | - |
| XYZ | 44.09 | 24.89 | 31.76 | - |
| YUV | 127.73 | 141.14 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 151 | 0 | 0.73 | 0.38 | 0.05 | 330.85 | 0.87 | 0.6 |
| Hex | F2 | 41 | 97 | 0 | 49 | 26 | 5 | 14B | 57 | 3C |
| Octal | 362 | 101 | 227 | 0 | 111 | 46 | 5 | 513 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10010111 | 0 | 1001001 | 100110 | 101 | 101001011 | 1010111 | 111100 |
Color Harmonies of #F24197
Complementary color
Monochromatic Colors of #F24197
Black with #F24197
Text Example
Text Example
White with #F24197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24197; }
p { color: rgb(242,65,151); }
H1.HeaderClassName
{
color: #F24197;
}
.AnyTagClassName
{
color: #F24197;
}
</style>
background-color css
<style>
a { background-color: #F24197; }
a { background-color: rgb(242,65,151); }
div.DivClassName
{
background-color: #F24197;
}
.BgClassName
{
background-color: #F24197;
}
</style>
border-color css
<style>
span { border-color: #F24197; }
span { border-color: rgb(242,65,151); }
td.TdClassName
{
border-color: #F24197;
}
.TagClassName
{
border-color: #F24197;
}
</style>