Shades of Violet Red #F23A76
Tints of Violet Red #F23A76
RGB
CMYK
RGB Variations
Color information
#F23A76 (or 0xF23A76) is known color: Violet Red. HEX triplet: F2, 3A and 76. RGB value is (242,58,118). Sum of RGB (Red+Green+Blue) = 242+58+118=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23A76 is #0DC589. Grayscale: #777777. Windows color (decimal): -902538 or 7748338. OLE color: 7748338.
HSL color Cylindrical-coordinate representation of color #F23A76: hue angle of 340.43º 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 #F23A76 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 118 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.05 |
| HSL | 340.43º | 0.88% | 0.59% | - |
| HSV(B) | 340.43º | 0.76% | 0.95% | - |
| XYZ | 41.4 | 23.21 | 19.44 | - |
| YUV | 119.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 118 | 0 | 0.76 | 0.51 | 0.05 | 340.43 | 0.88 | 0.59 |
| Hex | F2 | 3A | 76 | 0 | 4C | 33 | 5 | 154 | 58 | 3B |
| Octal | 362 | 72 | 166 | 0 | 114 | 63 | 5 | 524 | 130 | 73 |
| Binary | 11110010 | 111010 | 1110110 | 0 | 1001100 | 110011 | 101 | 101010100 | 1011000 | 111011 |
Color Harmonies of #F23A76
Complementary color
Monochromatic Colors of #F23A76
Black with #F23A76
Text Example
Text Example
White with #F23A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A76; }
p { color: rgb(242,58,118); }
H1.HeaderClassName
{
color: #F23A76;
}
.AnyTagClassName
{
color: #F23A76;
}
</style>
background-color css
<style>
a { background-color: #F23A76; }
a { background-color: rgb(242,58,118); }
div.DivClassName
{
background-color: #F23A76;
}
.BgClassName
{
background-color: #F23A76;
}
</style>
border-color css
<style>
span { border-color: #F23A76; }
span { border-color: rgb(242,58,118); }
td.TdClassName
{
border-color: #F23A76;
}
.TagClassName
{
border-color: #F23A76;
}
</style>