Shades of Violet Red #F24486
Tints of Violet Red #F24486
RGB
CMYK
RGB Variations
Color information
#F24486 (or 0xF24486) is known color: Violet Red. HEX triplet: F2, 44 and 86. RGB value is (242,68,134). Sum of RGB (Red+Green+Blue) = 242+68+134=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24486 is #0DBB79. Grayscale: #7F7F7F. Windows color (decimal): -899962 or 8799474. OLE color: 8799474.
HSL color Cylindrical-coordinate representation of color #F24486: hue angle of 337.24º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24486 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 134 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.05 |
| HSL | 337.24º | 0.87% | 0.61% | - |
| HSV(B) | 337.24º | 0.72% | 0.95% | - |
| XYZ | 42.99 | 24.73 | 25.06 | - |
| YUV | 127.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 134 | 0 | 0.72 | 0.45 | 0.05 | 337.24 | 0.87 | 0.61 |
| Hex | F2 | 44 | 86 | 0 | 48 | 2D | 5 | 151 | 57 | 3D |
| Octal | 362 | 104 | 206 | 0 | 110 | 55 | 5 | 521 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10000110 | 0 | 1001000 | 101101 | 101 | 101010001 | 1010111 | 111101 |
Color Harmonies of #F24486
Complementary color
Monochromatic Colors of #F24486
Black with #F24486
Text Example
Text Example
White with #F24486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24486; }
p { color: rgb(242,68,134); }
H1.HeaderClassName
{
color: #F24486;
}
.AnyTagClassName
{
color: #F24486;
}
</style>
background-color css
<style>
a { background-color: #F24486; }
a { background-color: rgb(242,68,134); }
div.DivClassName
{
background-color: #F24486;
}
.BgClassName
{
background-color: #F24486;
}
</style>
border-color css
<style>
span { border-color: #F24486; }
span { border-color: rgb(242,68,134); }
td.TdClassName
{
border-color: #F24486;
}
.TagClassName
{
border-color: #F24486;
}
</style>