Shades of Violet Red #F23C73
Tints of Violet Red #F23C73
RGB
CMYK
RGB Variations
Color information
#F23C73 (or 0xF23C73) is known color: Violet Red. HEX triplet: F2, 3C and 73. RGB value is (242,60,115). Sum of RGB (Red+Green+Blue) = 242+60+115=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23C73 is #0DC38C. Grayscale: #787878. Windows color (decimal): -902029 or 7552242. OLE color: 7552242.
HSL color Cylindrical-coordinate representation of color #F23C73: hue angle of 341.87º 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 #F23C73 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 115 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.05 |
| HSL | 341.87º | 0.88% | 0.59% | - |
| HSV(B) | 341.87º | 0.75% | 0.95% | - |
| XYZ | 41.33 | 23.35 | 18.55 | - |
| YUV | 120.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 115 | 0 | 0.75 | 0.52 | 0.05 | 341.87 | 0.88 | 0.59 |
| Hex | F2 | 3C | 73 | 0 | 4B | 34 | 5 | 156 | 58 | 3B |
| Octal | 362 | 74 | 163 | 0 | 113 | 64 | 5 | 526 | 130 | 73 |
| Binary | 11110010 | 111100 | 1110011 | 0 | 1001011 | 110100 | 101 | 101010110 | 1011000 | 111011 |
Color Harmonies of #F23C73
Complementary color
Monochromatic Colors of #F23C73
Black with #F23C73
Text Example
Text Example
White with #F23C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C73; }
p { color: rgb(242,60,115); }
H1.HeaderClassName
{
color: #F23C73;
}
.AnyTagClassName
{
color: #F23C73;
}
</style>
background-color css
<style>
a { background-color: #F23C73; }
a { background-color: rgb(242,60,115); }
div.DivClassName
{
background-color: #F23C73;
}
.BgClassName
{
background-color: #F23C73;
}
</style>
border-color css
<style>
span { border-color: #F23C73; }
span { border-color: rgb(242,60,115); }
td.TdClassName
{
border-color: #F23C73;
}
.TagClassName
{
border-color: #F23C73;
}
</style>