Shades of Violet Red #F2397C
Tints of Violet Red #F2397C
RGB
CMYK
RGB Variations
Color information
#F2397C (or 0xF2397C) is known color: Violet Red. HEX triplet: F2, 39 and 7C. RGB value is (242,57,124). Sum of RGB (Red+Green+Blue) = 242+57+124=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2397C is #0DC683. Grayscale: #777777. Windows color (decimal): -902788 or 8141298. OLE color: 8141298.
HSL color Cylindrical-coordinate representation of color #F2397C: hue angle of 338.27º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2397C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 124 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.27º | 0.88% | 0.59% | - |
| HSV(B) | 338.27º | 0.76% | 0.95% | - |
| XYZ | 41.72 | 23.26 | 21.36 | - |
| YUV | 119.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 124 | 0 | 0.76 | 0.49 | 0.05 | 338.27 | 0.88 | 0.59 |
| Hex | F2 | 39 | 7C | 0 | 4C | 31 | 5 | 152 | 58 | 3B |
| Octal | 362 | 71 | 174 | 0 | 114 | 61 | 5 | 522 | 130 | 73 |
| Binary | 11110010 | 111001 | 1111100 | 0 | 1001100 | 110001 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F2397C
Complementary color
Monochromatic Colors of #F2397C
Black with #F2397C
Text Example
Text Example
White with #F2397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2397C; }
p { color: rgb(242,57,124); }
H1.HeaderClassName
{
color: #F2397C;
}
.AnyTagClassName
{
color: #F2397C;
}
</style>
background-color css
<style>
a { background-color: #F2397C; }
a { background-color: rgb(242,57,124); }
div.DivClassName
{
background-color: #F2397C;
}
.BgClassName
{
background-color: #F2397C;
}
</style>
border-color css
<style>
span { border-color: #F2397C; }
span { border-color: rgb(242,57,124); }
td.TdClassName
{
border-color: #F2397C;
}
.TagClassName
{
border-color: #F2397C;
}
</style>