Shades of Violet Red #F23579
Tints of Violet Red #F23579
RGB
CMYK
RGB Variations
Color information
#F23579 (or 0xF23579) is known color: Violet Red. HEX triplet: F2, 35 and 79. RGB value is (242,53,121). Sum of RGB (Red+Green+Blue) = 242+53+121=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F23579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23579 is #0DCA86. Grayscale: #757575. Windows color (decimal): -903815 or 7943666. OLE color: 7943666.
HSL color Cylindrical-coordinate representation of color #F23579: hue angle of 338.41º 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 #F23579 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 121 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.05 |
| HSL | 338.41º | 0.88% | 0.58% | - |
| HSV(B) | 338.41º | 0.78% | 0.95% | - |
| XYZ | 41.34 | 22.8 | 20.31 | - |
| YUV | 117.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 121 | 0 | 0.78 | 0.50 | 0.05 | 338.41 | 0.88 | 0.58 |
| Hex | F2 | 35 | 79 | 0 | 4E | 32 | 5 | 152 | 58 | 3A |
| Octal | 362 | 65 | 171 | 0 | 116 | 62 | 5 | 522 | 130 | 72 |
| Binary | 11110010 | 110101 | 1111001 | 0 | 1001110 | 110010 | 101 | 101010010 | 1011000 | 111010 |
Color Harmonies of #F23579
Complementary color
Monochromatic Colors of #F23579
Black with #F23579
Text Example
Text Example
White with #F23579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23579; }
p { color: rgb(242,53,121); }
H1.HeaderClassName
{
color: #F23579;
}
.AnyTagClassName
{
color: #F23579;
}
</style>
background-color css
<style>
a { background-color: #F23579; }
a { background-color: rgb(242,53,121); }
div.DivClassName
{
background-color: #F23579;
}
.BgClassName
{
background-color: #F23579;
}
</style>
border-color css
<style>
span { border-color: #F23579; }
span { border-color: rgb(242,53,121); }
td.TdClassName
{
border-color: #F23579;
}
.TagClassName
{
border-color: #F23579;
}
</style>