Shades of Violet Red #F23976
Tints of Violet Red #F23976
RGB
CMYK
RGB Variations
Color information
#F23976 (or 0xF23976) is known color: Violet Red. HEX triplet: F2, 39 and 76. RGB value is (242,57,118). Sum of RGB (Red+Green+Blue) = 242+57+118=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F23976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23976 is #0DC689. Grayscale: #777777. Windows color (decimal): -902794 or 7748082. OLE color: 7748082.
HSL color Cylindrical-coordinate representation of color #F23976: hue angle of 340.22º 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 #F23976 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 118 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.05 |
| HSL | 340.22º | 0.88% | 0.59% | - |
| HSV(B) | 340.22º | 0.76% | 0.95% | - |
| XYZ | 41.35 | 23.11 | 19.42 | - |
| YUV | 119.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 118 | 0 | 0.76 | 0.51 | 0.05 | 340.22 | 0.88 | 0.59 |
| Hex | F2 | 39 | 76 | 0 | 4C | 33 | 5 | 154 | 58 | 3B |
| Octal | 362 | 71 | 166 | 0 | 114 | 63 | 5 | 524 | 130 | 73 |
| Binary | 11110010 | 111001 | 1110110 | 0 | 1001100 | 110011 | 101 | 101010100 | 1011000 | 111011 |
Color Harmonies of #F23976
Complementary color
Monochromatic Colors of #F23976
Black with #F23976
Text Example
Text Example
White with #F23976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23976; }
p { color: rgb(242,57,118); }
H1.HeaderClassName
{
color: #F23976;
}
.AnyTagClassName
{
color: #F23976;
}
</style>
background-color css
<style>
a { background-color: #F23976; }
a { background-color: rgb(242,57,118); }
div.DivClassName
{
background-color: #F23976;
}
.BgClassName
{
background-color: #F23976;
}
</style>
border-color css
<style>
span { border-color: #F23976; }
span { border-color: rgb(242,57,118); }
td.TdClassName
{
border-color: #F23976;
}
.TagClassName
{
border-color: #F23976;
}
</style>