Shades of Violet Red #F24194
Tints of Violet Red #F24194
RGB
CMYK
RGB Variations
Color information
#F24194 (or 0xF24194) is known color: Violet Red. HEX triplet: F2, 41 and 94. RGB value is (242,65,148). Sum of RGB (Red+Green+Blue) = 242+65+148=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F24194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24194 is #0DBE6B. Grayscale: #7F7F7F. Windows color (decimal): -900716 or 9716210. OLE color: 9716210.
HSL color Cylindrical-coordinate representation of color #F24194: hue angle of 331.86º 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 #F24194 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 148 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.05 |
| HSL | 331.86º | 0.87% | 0.6% | - |
| HSV(B) | 331.86º | 0.73% | 0.95% | - |
| XYZ | 43.85 | 24.8 | 30.49 | - |
| YUV | 127.39 | 139.64 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 148 | 0 | 0.73 | 0.39 | 0.05 | 331.86 | 0.87 | 0.6 |
| Hex | F2 | 41 | 94 | 0 | 49 | 27 | 5 | 14C | 57 | 3C |
| Octal | 362 | 101 | 224 | 0 | 111 | 47 | 5 | 514 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10010100 | 0 | 1001001 | 100111 | 101 | 101001100 | 1010111 | 111100 |
Color Harmonies of #F24194
Complementary color
Monochromatic Colors of #F24194
Black with #F24194
Text Example
Text Example
White with #F24194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24194; }
p { color: rgb(242,65,148); }
H1.HeaderClassName
{
color: #F24194;
}
.AnyTagClassName
{
color: #F24194;
}
</style>
background-color css
<style>
a { background-color: #F24194; }
a { background-color: rgb(242,65,148); }
div.DivClassName
{
background-color: #F24194;
}
.BgClassName
{
background-color: #F24194;
}
</style>
border-color css
<style>
span { border-color: #F24194; }
span { border-color: rgb(242,65,148); }
td.TdClassName
{
border-color: #F24194;
}
.TagClassName
{
border-color: #F24194;
}
</style>