Shades of Violet Red #F24694
Tints of Violet Red #F24694
RGB
CMYK
RGB Variations
Color information
#F24694 (or 0xF24694) is known color: Violet Red. HEX triplet: F2, 46 and 94. RGB value is (242,70,148). Sum of RGB (Red+Green+Blue) = 242+70+148=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F24694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24694 is #0DB96B. Grayscale: #828282. Windows color (decimal): -899436 or 9717490. OLE color: 9717490.
HSL color Cylindrical-coordinate representation of color #F24694: hue angle of 332.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24694 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 148 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.05 |
| HSL | 332.79º | 0.87% | 0.61% | - |
| HSV(B) | 332.79º | 0.71% | 0.95% | - |
| XYZ | 44.15 | 25.4 | 30.59 | - |
| YUV | 130.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 148 | 0 | 0.71 | 0.39 | 0.05 | 332.79 | 0.87 | 0.61 |
| Hex | F2 | 46 | 94 | 0 | 47 | 27 | 5 | 14D | 57 | 3D |
| Octal | 362 | 106 | 224 | 0 | 107 | 47 | 5 | 515 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10010100 | 0 | 1000111 | 100111 | 101 | 101001101 | 1010111 | 111101 |
Color Harmonies of #F24694
Complementary color
Monochromatic Colors of #F24694
Black with #F24694
Text Example
Text Example
White with #F24694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24694; }
p { color: rgb(242,70,148); }
H1.HeaderClassName
{
color: #F24694;
}
.AnyTagClassName
{
color: #F24694;
}
</style>
background-color css
<style>
a { background-color: #F24694; }
a { background-color: rgb(242,70,148); }
div.DivClassName
{
background-color: #F24694;
}
.BgClassName
{
background-color: #F24694;
}
</style>
border-color css
<style>
span { border-color: #F24694; }
span { border-color: rgb(242,70,148); }
td.TdClassName
{
border-color: #F24694;
}
.TagClassName
{
border-color: #F24694;
}
</style>