Shades of Violet Red #F2337E
Tints of Violet Red #F2337E
RGB
CMYK
RGB Variations
Color information
#F2337E (or 0xF2337E) is known color: Violet Red. HEX triplet: F2, 33 and 7E. RGB value is (242,51,126). Sum of RGB (Red+Green+Blue) = 242+51+126=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2337E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2337E is #0DCC81. Grayscale: #747474. Windows color (decimal): -904322 or 8270834. OLE color: 8270834.
HSL color Cylindrical-coordinate representation of color #F2337E: hue angle of 336.44º 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 #F2337E is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 126 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.05 |
| HSL | 336.44º | 0.88% | 0.57% | - |
| HSV(B) | 336.44º | 0.79% | 0.95% | - |
| XYZ | 41.57 | 22.75 | 21.94 | - |
| YUV | 116.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 126 | 0 | 0.79 | 0.48 | 0.05 | 336.44 | 0.88 | 0.57 |
| Hex | F2 | 33 | 7E | 0 | 4F | 30 | 5 | 150 | 58 | 39 |
| Octal | 362 | 63 | 176 | 0 | 117 | 60 | 5 | 520 | 130 | 71 |
| Binary | 11110010 | 110011 | 1111110 | 0 | 1001111 | 110000 | 101 | 101010000 | 1011000 | 111001 |
Color Harmonies of #F2337E
Complementary color
Monochromatic Colors of #F2337E
Black with #F2337E
Text Example
Text Example
White with #F2337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2337E; }
p { color: rgb(242,51,126); }
H1.HeaderClassName
{
color: #F2337E;
}
.AnyTagClassName
{
color: #F2337E;
}
</style>
background-color css
<style>
a { background-color: #F2337E; }
a { background-color: rgb(242,51,126); }
div.DivClassName
{
background-color: #F2337E;
}
.BgClassName
{
background-color: #F2337E;
}
</style>
border-color css
<style>
span { border-color: #F2337E; }
span { border-color: rgb(242,51,126); }
td.TdClassName
{
border-color: #F2337E;
}
.TagClassName
{
border-color: #F2337E;
}
</style>