Shades of Violet Red #F24082
Tints of Violet Red #F24082
RGB
CMYK
RGB Variations
Color information
#F24082 (or 0xF24082) is known color: Violet Red. HEX triplet: F2, 40 and 82. RGB value is (242,64,130). Sum of RGB (Red+Green+Blue) = 242+64+130=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F24082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24082 is #0DBF7D. Grayscale: #7C7C7C. Windows color (decimal): -900990 or 8536306. OLE color: 8536306.
HSL color Cylindrical-coordinate representation of color #F24082: hue angle of 337.75º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24082 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 130 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.05 |
| HSL | 337.75º | 0.87% | 0.6% | - |
| HSV(B) | 337.75º | 0.74% | 0.95% | - |
| XYZ | 42.48 | 24.16 | 23.54 | - |
| YUV | 124.75 | 130.97 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 130 | 0 | 0.74 | 0.46 | 0.05 | 337.75 | 0.87 | 0.6 |
| Hex | F2 | 40 | 82 | 0 | 4A | 2E | 5 | 152 | 57 | 3C |
| Octal | 362 | 100 | 202 | 0 | 112 | 56 | 5 | 522 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10000010 | 0 | 1001010 | 101110 | 101 | 101010010 | 1010111 | 111100 |
Color Harmonies of #F24082
Complementary color
Monochromatic Colors of #F24082
Black with #F24082
Text Example
Text Example
White with #F24082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24082; }
p { color: rgb(242,64,130); }
H1.HeaderClassName
{
color: #F24082;
}
.AnyTagClassName
{
color: #F24082;
}
</style>
background-color css
<style>
a { background-color: #F24082; }
a { background-color: rgb(242,64,130); }
div.DivClassName
{
background-color: #F24082;
}
.BgClassName
{
background-color: #F24082;
}
</style>
border-color css
<style>
span { border-color: #F24082; }
span { border-color: rgb(242,64,130); }
td.TdClassName
{
border-color: #F24082;
}
.TagClassName
{
border-color: #F24082;
}
</style>