Shades of Violet Red #F24189
Tints of Violet Red #F24189
RGB
CMYK
RGB Variations
Color information
#F24189 (or 0xF24189) is known color: Violet Red. HEX triplet: F2, 41 and 89. RGB value is (242,65,137). Sum of RGB (Red+Green+Blue) = 242+65+137=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24189 is #0DBE76. Grayscale: #7E7E7E. Windows color (decimal): -900727 or 8995314. OLE color: 8995314.
HSL color Cylindrical-coordinate representation of color #F24189: hue angle of 335.59º 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 #F24189 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 137 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.05 |
| HSL | 335.59º | 0.87% | 0.6% | - |
| HSV(B) | 335.59º | 0.73% | 0.95% | - |
| XYZ | 43.02 | 24.46 | 26.12 | - |
| YUV | 126.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 137 | 0 | 0.73 | 0.43 | 0.05 | 335.59 | 0.87 | 0.6 |
| Hex | F2 | 41 | 89 | 0 | 49 | 2B | 5 | 150 | 57 | 3C |
| Octal | 362 | 101 | 211 | 0 | 111 | 53 | 5 | 520 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10001001 | 0 | 1001001 | 101011 | 101 | 101010000 | 1010111 | 111100 |
Color Harmonies of #F24189
Complementary color
Monochromatic Colors of #F24189
Black with #F24189
Text Example
Text Example
White with #F24189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24189; }
p { color: rgb(242,65,137); }
H1.HeaderClassName
{
color: #F24189;
}
.AnyTagClassName
{
color: #F24189;
}
</style>
background-color css
<style>
a { background-color: #F24189; }
a { background-color: rgb(242,65,137); }
div.DivClassName
{
background-color: #F24189;
}
.BgClassName
{
background-color: #F24189;
}
</style>
border-color css
<style>
span { border-color: #F24189; }
span { border-color: rgb(242,65,137); }
td.TdClassName
{
border-color: #F24189;
}
.TagClassName
{
border-color: #F24189;
}
</style>