Shades of Violet Red #F23179
Tints of Violet Red #F23179
RGB
CMYK
RGB Variations
Color information
#F23179 (or 0xF23179) is known color: Violet Red. HEX triplet: F2, 31 and 79. RGB value is (242,49,121). Sum of RGB (Red+Green+Blue) = 242+49+121=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F23179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23179 is #0DCE86. Grayscale: #727272. Windows color (decimal): -904839 or 7942642. OLE color: 7942642.
HSL color Cylindrical-coordinate representation of color #F23179: hue angle of 337.62º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23179 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 121 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.05 |
| HSL | 337.62º | 0.88% | 0.57% | - |
| HSV(B) | 337.62º | 0.8% | 0.95% | - |
| XYZ | 41.17 | 22.45 | 20.25 | - |
| YUV | 114.92 | 131.44 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 121 | 0 | 0.80 | 0.50 | 0.05 | 337.62 | 0.88 | 0.57 |
| Hex | F2 | 31 | 79 | 0 | 50 | 32 | 5 | 152 | 58 | 39 |
| Octal | 362 | 61 | 171 | 0 | 120 | 62 | 5 | 522 | 130 | 71 |
| Binary | 11110010 | 110001 | 1111001 | 0 | 1010000 | 110010 | 101 | 101010010 | 1011000 | 111001 |
Color Harmonies of #F23179
Complementary color
Monochromatic Colors of #F23179
Black with #F23179
Text Example
Text Example
White with #F23179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23179; }
p { color: rgb(242,49,121); }
H1.HeaderClassName
{
color: #F23179;
}
.AnyTagClassName
{
color: #F23179;
}
</style>
background-color css
<style>
a { background-color: #F23179; }
a { background-color: rgb(242,49,121); }
div.DivClassName
{
background-color: #F23179;
}
.BgClassName
{
background-color: #F23179;
}
</style>
border-color css
<style>
span { border-color: #F23179; }
span { border-color: rgb(242,49,121); }
td.TdClassName
{
border-color: #F23179;
}
.TagClassName
{
border-color: #F23179;
}
</style>