Shades of Violet Red #F24899
Tints of Violet Red #F24899
RGB
CMYK
RGB Variations
Color information
#F24899 (or 0xF24899) is known color: Violet Red. HEX triplet: F2, 48 and 99. RGB value is (242,72,153). Sum of RGB (Red+Green+Blue) = 242+72+153=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F24899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24899 is #0DB766. Grayscale: #838383. Windows color (decimal): -898919 or 10045682. OLE color: 10045682.
HSL color Cylindrical-coordinate representation of color #F24899: hue angle of 331.41º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24899 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 153 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.05 |
| HSL | 331.41º | 0.87% | 0.62% | - |
| HSV(B) | 331.41º | 0.7% | 0.95% | - |
| XYZ | 44.69 | 25.81 | 32.76 | - |
| YUV | 132.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 153 | 0 | 0.70 | 0.37 | 0.05 | 331.41 | 0.87 | 0.62 |
| Hex | F2 | 48 | 99 | 0 | 46 | 25 | 5 | 14B | 57 | 3E |
| Octal | 362 | 110 | 231 | 0 | 106 | 45 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10011001 | 0 | 1000110 | 100101 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F24899
Complementary color
Monochromatic Colors of #F24899
Black with #F24899
Text Example
Text Example
White with #F24899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24899; }
p { color: rgb(242,72,153); }
H1.HeaderClassName
{
color: #F24899;
}
.AnyTagClassName
{
color: #F24899;
}
</style>
background-color css
<style>
a { background-color: #F24899; }
a { background-color: rgb(242,72,153); }
div.DivClassName
{
background-color: #F24899;
}
.BgClassName
{
background-color: #F24899;
}
</style>
border-color css
<style>
span { border-color: #F24899; }
span { border-color: rgb(242,72,153); }
td.TdClassName
{
border-color: #F24899;
}
.TagClassName
{
border-color: #F24899;
}
</style>