Shades of Violet Red #F23988
Tints of Violet Red #F23988
RGB
CMYK
RGB Variations
Color information
#F23988 (or 0xF23988) is known color: Violet Red. HEX triplet: F2, 39 and 88. RGB value is (242,57,136). Sum of RGB (Red+Green+Blue) = 242+57+136=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F23988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23988 is #0DC677. Grayscale: #797979. Windows color (decimal): -902776 or 8927730. OLE color: 8927730.
HSL color Cylindrical-coordinate representation of color #F23988: hue angle of 334.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23988 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 136 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.05 |
| HSL | 334.38º | 0.88% | 0.59% | - |
| HSV(B) | 334.38º | 0.76% | 0.95% | - |
| XYZ | 42.53 | 23.58 | 25.6 | - |
| YUV | 121.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 136 | 0 | 0.76 | 0.44 | 0.05 | 334.38 | 0.88 | 0.59 |
| Hex | F2 | 39 | 88 | 0 | 4C | 2C | 5 | 14E | 58 | 3B |
| Octal | 362 | 71 | 210 | 0 | 114 | 54 | 5 | 516 | 130 | 73 |
| Binary | 11110010 | 111001 | 10001000 | 0 | 1001100 | 101100 | 101 | 101001110 | 1011000 | 111011 |
Color Harmonies of #F23988
Complementary color
Monochromatic Colors of #F23988
Black with #F23988
Text Example
Text Example
White with #F23988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23988; }
p { color: rgb(242,57,136); }
H1.HeaderClassName
{
color: #F23988;
}
.AnyTagClassName
{
color: #F23988;
}
</style>
background-color css
<style>
a { background-color: #F23988; }
a { background-color: rgb(242,57,136); }
div.DivClassName
{
background-color: #F23988;
}
.BgClassName
{
background-color: #F23988;
}
</style>
border-color css
<style>
span { border-color: #F23988; }
span { border-color: rgb(242,57,136); }
td.TdClassName
{
border-color: #F23988;
}
.TagClassName
{
border-color: #F23988;
}
</style>