Shades of Violet Red #F24288
Tints of Violet Red #F24288
RGB
CMYK
RGB Variations
Color information
#F24288 (or 0xF24288) is known color: Violet Red. HEX triplet: F2, 42 and 88. RGB value is (242,66,136). Sum of RGB (Red+Green+Blue) = 242+66+136=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24288 is #0DBD77. Grayscale: #7E7E7E. Windows color (decimal): -900472 or 8930034. OLE color: 8930034.
HSL color Cylindrical-coordinate representation of color #F24288: hue angle of 336.14º 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 #F24288 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 136 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.05 |
| HSL | 336.14º | 0.87% | 0.6% | - |
| HSV(B) | 336.14º | 0.73% | 0.95% | - |
| XYZ | 43.01 | 24.55 | 25.76 | - |
| YUV | 126.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 136 | 0 | 0.73 | 0.44 | 0.05 | 336.14 | 0.87 | 0.6 |
| Hex | F2 | 42 | 88 | 0 | 49 | 2C | 5 | 150 | 57 | 3C |
| Octal | 362 | 102 | 210 | 0 | 111 | 54 | 5 | 520 | 127 | 74 |
| Binary | 11110010 | 1000010 | 10001000 | 0 | 1001001 | 101100 | 101 | 101010000 | 1010111 | 111100 |
Color Harmonies of #F24288
Complementary color
Monochromatic Colors of #F24288
Black with #F24288
Text Example
Text Example
White with #F24288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24288; }
p { color: rgb(242,66,136); }
H1.HeaderClassName
{
color: #F24288;
}
.AnyTagClassName
{
color: #F24288;
}
</style>
background-color css
<style>
a { background-color: #F24288; }
a { background-color: rgb(242,66,136); }
div.DivClassName
{
background-color: #F24288;
}
.BgClassName
{
background-color: #F24288;
}
</style>
border-color css
<style>
span { border-color: #F24288; }
span { border-color: rgb(242,66,136); }
td.TdClassName
{
border-color: #F24288;
}
.TagClassName
{
border-color: #F24288;
}
</style>