Shades of Violet Red #F24897
Tints of Violet Red #F24897
RGB
CMYK
RGB Variations
Color information
#F24897 (or 0xF24897) is known color: Violet Red. HEX triplet: F2, 48 and 97. RGB value is (242,72,151). Sum of RGB (Red+Green+Blue) = 242+72+151=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F24897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24897 is #0DB768. Grayscale: #838383. Windows color (decimal): -898921 or 9914610. OLE color: 9914610.
HSL color Cylindrical-coordinate representation of color #F24897: hue angle of 332.12º 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 #F24897 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 151 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.05 |
| HSL | 332.12º | 0.87% | 0.62% | - |
| HSV(B) | 332.12º | 0.7% | 0.95% | - |
| XYZ | 44.52 | 25.75 | 31.9 | - |
| YUV | 131.84 | 138.82 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 151 | 0 | 0.70 | 0.38 | 0.05 | 332.12 | 0.87 | 0.62 |
| Hex | F2 | 48 | 97 | 0 | 46 | 26 | 5 | 14C | 57 | 3E |
| Octal | 362 | 110 | 227 | 0 | 106 | 46 | 5 | 514 | 127 | 76 |
| Binary | 11110010 | 1001000 | 10010111 | 0 | 1000110 | 100110 | 101 | 101001100 | 1010111 | 111110 |
Color Harmonies of #F24897
Complementary color
Monochromatic Colors of #F24897
Black with #F24897
Text Example
Text Example
White with #F24897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24897; }
p { color: rgb(242,72,151); }
H1.HeaderClassName
{
color: #F24897;
}
.AnyTagClassName
{
color: #F24897;
}
</style>
background-color css
<style>
a { background-color: #F24897; }
a { background-color: rgb(242,72,151); }
div.DivClassName
{
background-color: #F24897;
}
.BgClassName
{
background-color: #F24897;
}
</style>
border-color css
<style>
span { border-color: #F24897; }
span { border-color: rgb(242,72,151); }
td.TdClassName
{
border-color: #F24897;
}
.TagClassName
{
border-color: #F24897;
}
</style>