Shades of Violet Red #F23588
Tints of Violet Red #F23588
RGB
CMYK
RGB Variations
Color information
#F23588 (or 0xF23588) is known color: Violet Red. HEX triplet: F2, 35 and 88. RGB value is (242,53,136). Sum of RGB (Red+Green+Blue) = 242+53+136=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F23588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23588 is #0DCA77. Grayscale: #767676. Windows color (decimal): -903800 or 8926706. OLE color: 8926706.
HSL color Cylindrical-coordinate representation of color #F23588: hue angle of 333.65º 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 #F23588 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 136 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.05 |
| HSL | 333.65º | 0.88% | 0.58% | - |
| HSV(B) | 333.65º | 0.78% | 0.95% | - |
| XYZ | 42.33 | 23.2 | 25.54 | - |
| YUV | 118.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 136 | 0 | 0.78 | 0.44 | 0.05 | 333.65 | 0.88 | 0.58 |
| Hex | F2 | 35 | 88 | 0 | 4E | 2C | 5 | 14E | 58 | 3A |
| Octal | 362 | 65 | 210 | 0 | 116 | 54 | 5 | 516 | 130 | 72 |
| Binary | 11110010 | 110101 | 10001000 | 0 | 1001110 | 101100 | 101 | 101001110 | 1011000 | 111010 |
Color Harmonies of #F23588
Complementary color
Monochromatic Colors of #F23588
Black with #F23588
Text Example
Text Example
White with #F23588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23588; }
p { color: rgb(242,53,136); }
H1.HeaderClassName
{
color: #F23588;
}
.AnyTagClassName
{
color: #F23588;
}
</style>
background-color css
<style>
a { background-color: #F23588; }
a { background-color: rgb(242,53,136); }
div.DivClassName
{
background-color: #F23588;
}
.BgClassName
{
background-color: #F23588;
}
</style>
border-color css
<style>
span { border-color: #F23588; }
span { border-color: rgb(242,53,136); }
td.TdClassName
{
border-color: #F23588;
}
.TagClassName
{
border-color: #F23588;
}
</style>