Shades of Violet Red #F2367C
Tints of Violet Red #F2367C
RGB
CMYK
RGB Variations
Color information
#F2367C (or 0xF2367C) is known color: Violet Red. HEX triplet: F2, 36 and 7C. RGB value is (242,54,124). Sum of RGB (Red+Green+Blue) = 242+54+124=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2367C is #0DC983. Grayscale: #767676. Windows color (decimal): -903556 or 8140530. OLE color: 8140530.
HSL color Cylindrical-coordinate representation of color #F2367C: hue angle of 337.66º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2367C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 124 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.05 |
| HSL | 337.66º | 0.88% | 0.58% | - |
| HSV(B) | 337.66º | 0.78% | 0.95% | - |
| XYZ | 41.58 | 22.97 | 21.31 | - |
| YUV | 118.19 | 131.28 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 124 | 0 | 0.78 | 0.49 | 0.05 | 337.66 | 0.88 | 0.58 |
| Hex | F2 | 36 | 7C | 0 | 4E | 31 | 5 | 152 | 58 | 3A |
| Octal | 362 | 66 | 174 | 0 | 116 | 61 | 5 | 522 | 130 | 72 |
| Binary | 11110010 | 110110 | 1111100 | 0 | 1001110 | 110001 | 101 | 101010010 | 1011000 | 111010 |
Color Harmonies of #F2367C
Complementary color
Monochromatic Colors of #F2367C
Black with #F2367C
Text Example
Text Example
White with #F2367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2367C; }
p { color: rgb(242,54,124); }
H1.HeaderClassName
{
color: #F2367C;
}
.AnyTagClassName
{
color: #F2367C;
}
</style>
background-color css
<style>
a { background-color: #F2367C; }
a { background-color: rgb(242,54,124); }
div.DivClassName
{
background-color: #F2367C;
}
.BgClassName
{
background-color: #F2367C;
}
</style>
border-color css
<style>
span { border-color: #F2367C; }
span { border-color: rgb(242,54,124); }
td.TdClassName
{
border-color: #F2367C;
}
.TagClassName
{
border-color: #F2367C;
}
</style>