Shades of Violet Red #F23A85
Tints of Violet Red #F23A85
RGB
CMYK
RGB Variations
Color information
#F23A85 (or 0xF23A85) is known color: Violet Red. HEX triplet: F2, 3A and 85. RGB value is (242,58,133). Sum of RGB (Red+Green+Blue) = 242+58+133=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23A85 is #0DC57A. Grayscale: #797979. Windows color (decimal): -902523 or 8731378. OLE color: 8731378.
HSL color Cylindrical-coordinate representation of color #F23A85: hue angle of 335.54º 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 #F23A85 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 133 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.05 |
| HSL | 335.54º | 0.88% | 0.59% | - |
| HSV(B) | 335.54º | 0.76% | 0.95% | - |
| XYZ | 42.36 | 23.6 | 24.51 | - |
| YUV | 121.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 133 | 0 | 0.76 | 0.45 | 0.05 | 335.54 | 0.88 | 0.59 |
| Hex | F2 | 3A | 85 | 0 | 4C | 2D | 5 | 150 | 58 | 3B |
| Octal | 362 | 72 | 205 | 0 | 114 | 55 | 5 | 520 | 130 | 73 |
| Binary | 11110010 | 111010 | 10000101 | 0 | 1001100 | 101101 | 101 | 101010000 | 1011000 | 111011 |
Color Harmonies of #F23A85
Complementary color
Monochromatic Colors of #F23A85
Black with #F23A85
Text Example
Text Example
White with #F23A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A85; }
p { color: rgb(242,58,133); }
H1.HeaderClassName
{
color: #F23A85;
}
.AnyTagClassName
{
color: #F23A85;
}
</style>
background-color css
<style>
a { background-color: #F23A85; }
a { background-color: rgb(242,58,133); }
div.DivClassName
{
background-color: #F23A85;
}
.BgClassName
{
background-color: #F23A85;
}
</style>
border-color css
<style>
span { border-color: #F23A85; }
span { border-color: rgb(242,58,133); }
td.TdClassName
{
border-color: #F23A85;
}
.TagClassName
{
border-color: #F23A85;
}
</style>