Shades of Violet Red #F24193
Tints of Violet Red #F24193
RGB
CMYK
RGB Variations
Color information
#F24193 (or 0xF24193) is known color: Violet Red. HEX triplet: F2, 41 and 93. RGB value is (242,65,147). Sum of RGB (Red+Green+Blue) = 242+65+147=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F24193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24193 is #0DBE6C. Grayscale: #7F7F7F. Windows color (decimal): -900717 or 9650674. OLE color: 9650674.
HSL color Cylindrical-coordinate representation of color #F24193: hue angle of 332.2º 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 #F24193 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 147 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.05 |
| HSL | 332.2º | 0.87% | 0.6% | - |
| HSV(B) | 332.2º | 0.73% | 0.95% | - |
| XYZ | 43.77 | 24.76 | 30.08 | - |
| YUV | 127.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 147 | 0 | 0.73 | 0.39 | 0.05 | 332.2 | 0.87 | 0.6 |
| Hex | F2 | 41 | 93 | 0 | 49 | 27 | 5 | 14C | 57 | 3C |
| Octal | 362 | 101 | 223 | 0 | 111 | 47 | 5 | 514 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10010011 | 0 | 1001001 | 100111 | 101 | 101001100 | 1010111 | 111100 |
Color Harmonies of #F24193
Complementary color
Monochromatic Colors of #F24193
Black with #F24193
Text Example
Text Example
White with #F24193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24193; }
p { color: rgb(242,65,147); }
H1.HeaderClassName
{
color: #F24193;
}
.AnyTagClassName
{
color: #F24193;
}
</style>
background-color css
<style>
a { background-color: #F24193; }
a { background-color: rgb(242,65,147); }
div.DivClassName
{
background-color: #F24193;
}
.BgClassName
{
background-color: #F24193;
}
</style>
border-color css
<style>
span { border-color: #F24193; }
span { border-color: rgb(242,65,147); }
td.TdClassName
{
border-color: #F24193;
}
.TagClassName
{
border-color: #F24193;
}
</style>