Shades of Violet Red #F24488
Tints of Violet Red #F24488
RGB
CMYK
RGB Variations
Color information
#F24488 (or 0xF24488) is known color: Violet Red. HEX triplet: F2, 44 and 88. RGB value is (242,68,136). Sum of RGB (Red+Green+Blue) = 242+68+136=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F24488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24488 is #0DBB77. Grayscale: #7F7F7F. Windows color (decimal): -899960 or 8930546. OLE color: 8930546.
HSL color Cylindrical-coordinate representation of color #F24488: hue angle of 336.55º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24488 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 136 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.05 |
| HSL | 336.55º | 0.87% | 0.61% | - |
| HSV(B) | 336.55º | 0.72% | 0.95% | - |
| XYZ | 43.13 | 24.79 | 25.8 | - |
| YUV | 127.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 136 | 0 | 0.72 | 0.44 | 0.05 | 336.55 | 0.87 | 0.61 |
| Hex | F2 | 44 | 88 | 0 | 48 | 2C | 5 | 151 | 57 | 3D |
| Octal | 362 | 104 | 210 | 0 | 110 | 54 | 5 | 521 | 127 | 75 |
| Binary | 11110010 | 1000100 | 10001000 | 0 | 1001000 | 101100 | 101 | 101010001 | 1010111 | 111101 |
Color Harmonies of #F24488
Complementary color
Monochromatic Colors of #F24488
Black with #F24488
Text Example
Text Example
White with #F24488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24488; }
p { color: rgb(242,68,136); }
H1.HeaderClassName
{
color: #F24488;
}
.AnyTagClassName
{
color: #F24488;
}
</style>
background-color css
<style>
a { background-color: #F24488; }
a { background-color: rgb(242,68,136); }
div.DivClassName
{
background-color: #F24488;
}
.BgClassName
{
background-color: #F24488;
}
</style>
border-color css
<style>
span { border-color: #F24488; }
span { border-color: rgb(242,68,136); }
td.TdClassName
{
border-color: #F24488;
}
.TagClassName
{
border-color: #F24488;
}
</style>