Shades of Violet Red #F2337C
Tints of Violet Red #F2337C
RGB
CMYK
RGB Variations
Color information
#F2337C (or 0xF2337C) is known color: Violet Red. HEX triplet: F2, 33 and 7C. RGB value is (242,51,124). Sum of RGB (Red+Green+Blue) = 242+51+124=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2337C is #0DCC83. Grayscale: #747474. Windows color (decimal): -904324 or 8139762. OLE color: 8139762.
HSL color Cylindrical-coordinate representation of color #F2337C: hue angle of 337.07º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2337C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 124 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.05 |
| HSL | 337.07º | 0.88% | 0.57% | - |
| HSV(B) | 337.07º | 0.79% | 0.95% | - |
| XYZ | 41.44 | 22.7 | 21.27 | - |
| YUV | 116.43 | 132.28 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 124 | 0 | 0.79 | 0.49 | 0.05 | 337.07 | 0.88 | 0.57 |
| Hex | F2 | 33 | 7C | 0 | 4F | 31 | 5 | 151 | 58 | 39 |
| Octal | 362 | 63 | 174 | 0 | 117 | 61 | 5 | 521 | 130 | 71 |
| Binary | 11110010 | 110011 | 1111100 | 0 | 1001111 | 110001 | 101 | 101010001 | 1011000 | 111001 |
Color Harmonies of #F2337C
Complementary color
Monochromatic Colors of #F2337C
Black with #F2337C
Text Example
Text Example
White with #F2337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2337C; }
p { color: rgb(242,51,124); }
H1.HeaderClassName
{
color: #F2337C;
}
.AnyTagClassName
{
color: #F2337C;
}
</style>
background-color css
<style>
a { background-color: #F2337C; }
a { background-color: rgb(242,51,124); }
div.DivClassName
{
background-color: #F2337C;
}
.BgClassName
{
background-color: #F2337C;
}
</style>
border-color css
<style>
span { border-color: #F2337C; }
span { border-color: rgb(242,51,124); }
td.TdClassName
{
border-color: #F2337C;
}
.TagClassName
{
border-color: #F2337C;
}
</style>