Shades of Violet Red #F24384
Tints of Violet Red #F24384
RGB
CMYK
RGB Variations
Color information
#F24384 (or 0xF24384) is known color: Violet Red. HEX triplet: F2, 43 and 84. RGB value is (242,67,132). Sum of RGB (Red+Green+Blue) = 242+67+132=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F24384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24384 is #0DBC7B. Grayscale: #7E7E7E. Windows color (decimal): -900220 or 8668146. OLE color: 8668146.
HSL color Cylindrical-coordinate representation of color #F24384: hue angle of 337.71º 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 #F24384 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 132 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.05 |
| HSL | 337.71º | 0.87% | 0.61% | - |
| HSV(B) | 337.71º | 0.72% | 0.95% | - |
| XYZ | 42.79 | 24.56 | 24.31 | - |
| YUV | 126.74 | 130.98 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 132 | 0 | 0.72 | 0.45 | 0.05 | 337.71 | 0.87 | 0.61 |
| Hex | F2 | 43 | 84 | 0 | 48 | 2D | 5 | 152 | 57 | 3D |
| Octal | 362 | 103 | 204 | 0 | 110 | 55 | 5 | 522 | 127 | 75 |
| Binary | 11110010 | 1000011 | 10000100 | 0 | 1001000 | 101101 | 101 | 101010010 | 1010111 | 111101 |
Color Harmonies of #F24384
Complementary color
Monochromatic Colors of #F24384
Black with #F24384
Text Example
Text Example
White with #F24384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24384; }
p { color: rgb(242,67,132); }
H1.HeaderClassName
{
color: #F24384;
}
.AnyTagClassName
{
color: #F24384;
}
</style>
background-color css
<style>
a { background-color: #F24384; }
a { background-color: rgb(242,67,132); }
div.DivClassName
{
background-color: #F24384;
}
.BgClassName
{
background-color: #F24384;
}
</style>
border-color css
<style>
span { border-color: #F24384; }
span { border-color: rgb(242,67,132); }
td.TdClassName
{
border-color: #F24384;
}
.TagClassName
{
border-color: #F24384;
}
</style>