Shades of Violet Red #F24279
Tints of Violet Red #F24279
RGB
CMYK
RGB Variations
Color information
#F24279 (or 0xF24279) is known color: Violet Red. HEX triplet: F2, 42 and 79. RGB value is (242,66,121). Sum of RGB (Red+Green+Blue) = 242+66+121=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F24279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24279 is #0DBD86. Grayscale: #7C7C7C. Windows color (decimal): -900487 or 7946994. OLE color: 7946994.
HSL color Cylindrical-coordinate representation of color #F24279: hue angle of 341.25º 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 #F24279 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 121 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.05 |
| HSL | 341.25º | 0.87% | 0.6% | - |
| HSV(B) | 341.25º | 0.73% | 0.95% | - |
| XYZ | 42.02 | 24.15 | 20.54 | - |
| YUV | 124.89 | 125.81 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 121 | 0 | 0.73 | 0.50 | 0.05 | 341.25 | 0.87 | 0.6 |
| Hex | F2 | 42 | 79 | 0 | 49 | 32 | 5 | 155 | 57 | 3C |
| Octal | 362 | 102 | 171 | 0 | 111 | 62 | 5 | 525 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1111001 | 0 | 1001001 | 110010 | 101 | 101010101 | 1010111 | 111100 |
Color Harmonies of #F24279
Complementary color
Monochromatic Colors of #F24279
Black with #F24279
Text Example
Text Example
White with #F24279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24279; }
p { color: rgb(242,66,121); }
H1.HeaderClassName
{
color: #F24279;
}
.AnyTagClassName
{
color: #F24279;
}
</style>
background-color css
<style>
a { background-color: #F24279; }
a { background-color: rgb(242,66,121); }
div.DivClassName
{
background-color: #F24279;
}
.BgClassName
{
background-color: #F24279;
}
</style>
border-color css
<style>
span { border-color: #F24279; }
span { border-color: rgb(242,66,121); }
td.TdClassName
{
border-color: #F24279;
}
.TagClassName
{
border-color: #F24279;
}
</style>