Shades of Violet Red #F23876
Tints of Violet Red #F23876
RGB
CMYK
RGB Variations
Color information
#F23876 (or 0xF23876) is known color: Violet Red. HEX triplet: F2, 38 and 76. RGB value is (242,56,118). Sum of RGB (Red+Green+Blue) = 242+56+118=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F23876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23876 is #0DC789. Grayscale: #767676. Windows color (decimal): -903050 or 7747826. OLE color: 7747826.
HSL color Cylindrical-coordinate representation of color #F23876: hue angle of 340º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23876 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 118 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.05 |
| HSL | 340º | 0.88% | 0.58% | - |
| HSV(B) | 340º | 0.77% | 0.95% | - |
| XYZ | 41.3 | 23.01 | 19.4 | - |
| YUV | 118.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 118 | 0 | 0.77 | 0.51 | 0.05 | 340 | 0.88 | 0.58 |
| Hex | F2 | 38 | 76 | 0 | 4D | 33 | 5 | 154 | 58 | 3A |
| Octal | 362 | 70 | 166 | 0 | 115 | 63 | 5 | 524 | 130 | 72 |
| Binary | 11110010 | 111000 | 1110110 | 0 | 1001101 | 110011 | 101 | 101010100 | 1011000 | 111010 |
Color Harmonies of #F23876
Complementary color
Monochromatic Colors of #F23876
Black with #F23876
Text Example
Text Example
White with #F23876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23876; }
p { color: rgb(242,56,118); }
H1.HeaderClassName
{
color: #F23876;
}
.AnyTagClassName
{
color: #F23876;
}
</style>
background-color css
<style>
a { background-color: #F23876; }
a { background-color: rgb(242,56,118); }
div.DivClassName
{
background-color: #F23876;
}
.BgClassName
{
background-color: #F23876;
}
</style>
border-color css
<style>
span { border-color: #F23876; }
span { border-color: rgb(242,56,118); }
td.TdClassName
{
border-color: #F23876;
}
.TagClassName
{
border-color: #F23876;
}
</style>