Shades of Violet Red #F23C86
Tints of Violet Red #F23C86
RGB
CMYK
RGB Variations
Color information
#F23C86 (or 0xF23C86) is known color: Violet Red. HEX triplet: F2, 3C and 86. RGB value is (242,60,134). Sum of RGB (Red+Green+Blue) = 242+60+134=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C86 is #0DC379. Grayscale: #7A7A7A. Windows color (decimal): -902010 or 8797426. OLE color: 8797426.
HSL color Cylindrical-coordinate representation of color #F23C86: hue angle of 335.6º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23C86 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 134 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.05 |
| HSL | 335.6º | 0.88% | 0.59% | - |
| HSV(B) | 335.6º | 0.75% | 0.95% | - |
| XYZ | 42.54 | 23.83 | 24.91 | - |
| YUV | 122.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 134 | 0 | 0.75 | 0.45 | 0.05 | 335.6 | 0.88 | 0.59 |
| Hex | F2 | 3C | 86 | 0 | 4B | 2D | 5 | 150 | 58 | 3B |
| Octal | 362 | 74 | 206 | 0 | 113 | 55 | 5 | 520 | 130 | 73 |
| Binary | 11110010 | 111100 | 10000110 | 0 | 1001011 | 101101 | 101 | 101010000 | 1011000 | 111011 |
Color Harmonies of #F23C86
Complementary color
Monochromatic Colors of #F23C86
Black with #F23C86
Text Example
Text Example
White with #F23C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C86; }
p { color: rgb(242,60,134); }
H1.HeaderClassName
{
color: #F23C86;
}
.AnyTagClassName
{
color: #F23C86;
}
</style>
background-color css
<style>
a { background-color: #F23C86; }
a { background-color: rgb(242,60,134); }
div.DivClassName
{
background-color: #F23C86;
}
.BgClassName
{
background-color: #F23C86;
}
</style>
border-color css
<style>
span { border-color: #F23C86; }
span { border-color: rgb(242,60,134); }
td.TdClassName
{
border-color: #F23C86;
}
.TagClassName
{
border-color: #F23C86;
}
</style>