Shades of Violet Red #F24188
Tints of Violet Red #F24188
RGB
CMYK
RGB Variations
Color information
#F24188 (or 0xF24188) is known color: Violet Red. HEX triplet: F2, 41 and 88. RGB value is (242,65,136). Sum of RGB (Red+Green+Blue) = 242+65+136=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F24188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24188 is #0DBE77. Grayscale: #7D7D7D. Windows color (decimal): -900728 or 8929778. OLE color: 8929778.
HSL color Cylindrical-coordinate representation of color #F24188: hue angle of 335.93º 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 #F24188 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 136 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.05 |
| HSL | 335.93º | 0.87% | 0.6% | - |
| HSV(B) | 335.93º | 0.73% | 0.95% | - |
| XYZ | 42.95 | 24.44 | 25.75 | - |
| YUV | 126.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 136 | 0 | 0.73 | 0.44 | 0.05 | 335.93 | 0.87 | 0.6 |
| Hex | F2 | 41 | 88 | 0 | 49 | 2C | 5 | 150 | 57 | 3C |
| Octal | 362 | 101 | 210 | 0 | 111 | 54 | 5 | 520 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10001000 | 0 | 1001001 | 101100 | 101 | 101010000 | 1010111 | 111100 |
Color Harmonies of #F24188
Complementary color
Monochromatic Colors of #F24188
Black with #F24188
Text Example
Text Example
White with #F24188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24188; }
p { color: rgb(242,65,136); }
H1.HeaderClassName
{
color: #F24188;
}
.AnyTagClassName
{
color: #F24188;
}
</style>
background-color css
<style>
a { background-color: #F24188; }
a { background-color: rgb(242,65,136); }
div.DivClassName
{
background-color: #F24188;
}
.BgClassName
{
background-color: #F24188;
}
</style>
border-color css
<style>
span { border-color: #F24188; }
span { border-color: rgb(242,65,136); }
td.TdClassName
{
border-color: #F24188;
}
.TagClassName
{
border-color: #F24188;
}
</style>