Shades of Violet Red #F24183
Tints of Violet Red #F24183
RGB
CMYK
RGB Variations
Color information
#F24183 (or 0xF24183) is known color: Violet Red. HEX triplet: F2, 41 and 83. RGB value is (242,65,131). Sum of RGB (Red+Green+Blue) = 242+65+131=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F24183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24183 is #0DBE7C. Grayscale: #7D7D7D. Windows color (decimal): -900733 or 8602098. OLE color: 8602098.
HSL color Cylindrical-coordinate representation of color #F24183: hue angle of 337.63º 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 #F24183 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 131 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.05 |
| HSL | 337.63º | 0.87% | 0.6% | - |
| HSV(B) | 337.63º | 0.73% | 0.95% | - |
| XYZ | 42.6 | 24.3 | 23.92 | - |
| YUV | 125.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 131 | 0 | 0.73 | 0.46 | 0.05 | 337.63 | 0.87 | 0.6 |
| Hex | F2 | 41 | 83 | 0 | 49 | 2E | 5 | 152 | 57 | 3C |
| Octal | 362 | 101 | 203 | 0 | 111 | 56 | 5 | 522 | 127 | 74 |
| Binary | 11110010 | 1000001 | 10000011 | 0 | 1001001 | 101110 | 101 | 101010010 | 1010111 | 111100 |
Color Harmonies of #F24183
Complementary color
Monochromatic Colors of #F24183
Black with #F24183
Text Example
Text Example
White with #F24183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24183; }
p { color: rgb(242,65,131); }
H1.HeaderClassName
{
color: #F24183;
}
.AnyTagClassName
{
color: #F24183;
}
</style>
background-color css
<style>
a { background-color: #F24183; }
a { background-color: rgb(242,65,131); }
div.DivClassName
{
background-color: #F24183;
}
.BgClassName
{
background-color: #F24183;
}
</style>
border-color css
<style>
span { border-color: #F24183; }
span { border-color: rgb(242,65,131); }
td.TdClassName
{
border-color: #F24183;
}
.TagClassName
{
border-color: #F24183;
}
</style>