Shades of Violet Red #F23C8E
Tints of Violet Red #F23C8E
RGB
CMYK
RGB Variations
Color information
#F23C8E (or 0xF23C8E) is known color: Violet Red. HEX triplet: F2, 3C and 8E. RGB value is (242,60,142). Sum of RGB (Red+Green+Blue) = 242+60+142=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C8E is #0DC371. Grayscale: #7B7B7B. Windows color (decimal): -902002 or 9321714. OLE color: 9321714.
HSL color Cylindrical-coordinate representation of color #F23C8E: hue angle of 332.97º 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 #F23C8E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 142 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.05 |
| HSL | 332.97º | 0.88% | 0.59% | - |
| HSV(B) | 332.97º | 0.75% | 0.95% | - |
| XYZ | 43.12 | 24.06 | 27.96 | - |
| YUV | 123.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 142 | 0 | 0.75 | 0.41 | 0.05 | 332.97 | 0.88 | 0.59 |
| Hex | F2 | 3C | 8E | 0 | 4B | 29 | 5 | 14D | 58 | 3B |
| Octal | 362 | 74 | 216 | 0 | 113 | 51 | 5 | 515 | 130 | 73 |
| Binary | 11110010 | 111100 | 10001110 | 0 | 1001011 | 101001 | 101 | 101001101 | 1011000 | 111011 |
Color Harmonies of #F23C8E
Complementary color
Monochromatic Colors of #F23C8E
Black with #F23C8E
Text Example
Text Example
White with #F23C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C8E; }
p { color: rgb(242,60,142); }
H1.HeaderClassName
{
color: #F23C8E;
}
.AnyTagClassName
{
color: #F23C8E;
}
</style>
background-color css
<style>
a { background-color: #F23C8E; }
a { background-color: rgb(242,60,142); }
div.DivClassName
{
background-color: #F23C8E;
}
.BgClassName
{
background-color: #F23C8E;
}
</style>
border-color css
<style>
span { border-color: #F23C8E; }
span { border-color: rgb(242,60,142); }
td.TdClassName
{
border-color: #F23C8E;
}
.TagClassName
{
border-color: #F23C8E;
}
</style>