Shades of Violet Red #F23A83
Tints of Violet Red #F23A83
RGB
CMYK
RGB Variations
Color information
#F23A83 (or 0xF23A83) is known color: Violet Red. HEX triplet: F2, 3A and 83. RGB value is (242,58,131). Sum of RGB (Red+Green+Blue) = 242+58+131=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23A83 is #0DC57C. Grayscale: #797979. Windows color (decimal): -902525 or 8600306. OLE color: 8600306.
HSL color Cylindrical-coordinate representation of color #F23A83: hue angle of 336.2º 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 #F23A83 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 131 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.05 |
| HSL | 336.2º | 0.88% | 0.59% | - |
| HSV(B) | 336.2º | 0.76% | 0.95% | - |
| XYZ | 42.23 | 23.54 | 23.79 | - |
| YUV | 121.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 131 | 0 | 0.76 | 0.46 | 0.05 | 336.2 | 0.88 | 0.59 |
| Hex | F2 | 3A | 83 | 0 | 4C | 2E | 5 | 150 | 58 | 3B |
| Octal | 362 | 72 | 203 | 0 | 114 | 56 | 5 | 520 | 130 | 73 |
| Binary | 11110010 | 111010 | 10000011 | 0 | 1001100 | 101110 | 101 | 101010000 | 1011000 | 111011 |
Color Harmonies of #F23A83
Complementary color
Monochromatic Colors of #F23A83
Black with #F23A83
Text Example
Text Example
White with #F23A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A83; }
p { color: rgb(242,58,131); }
H1.HeaderClassName
{
color: #F23A83;
}
.AnyTagClassName
{
color: #F23A83;
}
</style>
background-color css
<style>
a { background-color: #F23A83; }
a { background-color: rgb(242,58,131); }
div.DivClassName
{
background-color: #F23A83;
}
.BgClassName
{
background-color: #F23A83;
}
</style>
border-color css
<style>
span { border-color: #F23A83; }
span { border-color: rgb(242,58,131); }
td.TdClassName
{
border-color: #F23A83;
}
.TagClassName
{
border-color: #F23A83;
}
</style>