Shades of Violet Red #F24290
Tints of Violet Red #F24290
RGB
CMYK
RGB Variations
Color information
#F24290 (or 0xF24290) is known color: Violet Red. HEX triplet: F2, 42 and 90. RGB value is (242,66,144). Sum of RGB (Red+Green+Blue) = 242+66+144=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F24290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24290 is #0DBD6F. Grayscale: #7F7F7F. Windows color (decimal): -900464 or 9454322. OLE color: 9454322.
HSL color Cylindrical-coordinate representation of color #F24290: hue angle of 333.41º 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 #F24290 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 144 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.05 |
| HSL | 333.41º | 0.87% | 0.6% | - |
| HSV(B) | 333.41º | 0.73% | 0.95% | - |
| XYZ | 43.6 | 24.79 | 28.87 | - |
| YUV | 127.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 144 | 0 | 0.73 | 0.40 | 0.05 | 333.41 | 0.87 | 0.6 |
| Hex | F2 | 42 | 90 | 0 | 49 | 28 | 5 | 14D | 57 | 3C |
| Octal | 362 | 102 | 220 | 0 | 111 | 50 | 5 | 515 | 127 | 74 |
| Binary | 11110010 | 1000010 | 10010000 | 0 | 1001001 | 101000 | 101 | 101001101 | 1010111 | 111100 |
Color Harmonies of #F24290
Complementary color
Monochromatic Colors of #F24290
Black with #F24290
Text Example
Text Example
White with #F24290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24290; }
p { color: rgb(242,66,144); }
H1.HeaderClassName
{
color: #F24290;
}
.AnyTagClassName
{
color: #F24290;
}
</style>
background-color css
<style>
a { background-color: #F24290; }
a { background-color: rgb(242,66,144); }
div.DivClassName
{
background-color: #F24290;
}
.BgClassName
{
background-color: #F24290;
}
</style>
border-color css
<style>
span { border-color: #F24290; }
span { border-color: rgb(242,66,144); }
td.TdClassName
{
border-color: #F24290;
}
.TagClassName
{
border-color: #F24290;
}
</style>