Shades of Violet Red #F23079
Tints of Violet Red #F23079
RGB
CMYK
RGB Variations
Color information
#F23079 (or 0xF23079) is known color: Violet Red. HEX triplet: F2, 30 and 79. RGB value is (242,48,121). Sum of RGB (Red+Green+Blue) = 242+48+121=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F23079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23079 is #0DCF86. Grayscale: #727272. Windows color (decimal): -905095 or 7942386. OLE color: 7942386.
HSL color Cylindrical-coordinate representation of color #F23079: hue angle of 337.42º 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 #F23079 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 121 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.05 |
| HSL | 337.42º | 0.88% | 0.57% | - |
| HSV(B) | 337.42º | 0.8% | 0.95% | - |
| XYZ | 41.13 | 22.37 | 20.24 | - |
| YUV | 114.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 121 | 0 | 0.80 | 0.50 | 0.05 | 337.42 | 0.88 | 0.57 |
| Hex | F2 | 30 | 79 | 0 | 50 | 32 | 5 | 151 | 58 | 39 |
| Octal | 362 | 60 | 171 | 0 | 120 | 62 | 5 | 521 | 130 | 71 |
| Binary | 11110010 | 110000 | 1111001 | 0 | 1010000 | 110010 | 101 | 101010001 | 1011000 | 111001 |
Color Harmonies of #F23079
Complementary color
Monochromatic Colors of #F23079
Black with #F23079
Text Example
Text Example
White with #F23079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23079; }
p { color: rgb(242,48,121); }
H1.HeaderClassName
{
color: #F23079;
}
.AnyTagClassName
{
color: #F23079;
}
</style>
background-color css
<style>
a { background-color: #F23079; }
a { background-color: rgb(242,48,121); }
div.DivClassName
{
background-color: #F23079;
}
.BgClassName
{
background-color: #F23079;
}
</style>
border-color css
<style>
span { border-color: #F23079; }
span { border-color: rgb(242,48,121); }
td.TdClassName
{
border-color: #F23079;
}
.TagClassName
{
border-color: #F23079;
}
</style>