Shades of Violet Red #F24083
Tints of Violet Red #F24083
RGB
CMYK
RGB Variations
Color information
#F24083 (or 0xF24083) is known color: Violet Red. HEX triplet: F2, 40 and 83. RGB value is (242,64,131). Sum of RGB (Red+Green+Blue) = 242+64+131=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F24083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24083 is #0DBF7C. Grayscale: #7C7C7C. Windows color (decimal): -900989 or 8601842. OLE color: 8601842.
HSL color Cylindrical-coordinate representation of color #F24083: hue angle of 337.42º 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 #F24083 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 131 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.05 |
| HSL | 337.42º | 0.87% | 0.6% | - |
| HSV(B) | 337.42º | 0.74% | 0.95% | - |
| XYZ | 42.55 | 24.18 | 23.9 | - |
| YUV | 124.86 | 131.47 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 131 | 0 | 0.74 | 0.46 | 0.05 | 337.42 | 0.87 | 0.6 |
| Hex | F2 | 40 | 83 | 0 | 4A | 2E | 5 | 151 | 57 | 3C |
| Octal | 362 | 100 | 203 | 0 | 112 | 56 | 5 | 521 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10000011 | 0 | 1001010 | 101110 | 101 | 101010001 | 1010111 | 111100 |
Color Harmonies of #F24083
Complementary color
Monochromatic Colors of #F24083
Black with #F24083
Text Example
Text Example
White with #F24083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24083; }
p { color: rgb(242,64,131); }
H1.HeaderClassName
{
color: #F24083;
}
.AnyTagClassName
{
color: #F24083;
}
</style>
background-color css
<style>
a { background-color: #F24083; }
a { background-color: rgb(242,64,131); }
div.DivClassName
{
background-color: #F24083;
}
.BgClassName
{
background-color: #F24083;
}
</style>
border-color css
<style>
span { border-color: #F24083; }
span { border-color: rgb(242,64,131); }
td.TdClassName
{
border-color: #F24083;
}
.TagClassName
{
border-color: #F24083;
}
</style>