Shades of Violet Red #F23C80
Tints of Violet Red #F23C80
RGB
CMYK
RGB Variations
Color information
#F23C80 (or 0xF23C80) is known color: Violet Red. HEX triplet: F2, 3C and 80. RGB value is (242,60,128). Sum of RGB (Red+Green+Blue) = 242+60+128=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23C80 is #0DC37F. Grayscale: #7A7A7A. Windows color (decimal): -902016 or 8404210. OLE color: 8404210.
HSL color Cylindrical-coordinate representation of color #F23C80: hue angle of 337.58º 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 #F23C80 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 128 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.05 |
| HSL | 337.58º | 0.88% | 0.59% | - |
| HSV(B) | 337.58º | 0.75% | 0.95% | - |
| XYZ | 42.13 | 23.67 | 22.77 | - |
| YUV | 122.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 128 | 0 | 0.75 | 0.47 | 0.05 | 337.58 | 0.88 | 0.59 |
| Hex | F2 | 3C | 80 | 0 | 4B | 2F | 5 | 152 | 58 | 3B |
| Octal | 362 | 74 | 200 | 0 | 113 | 57 | 5 | 522 | 130 | 73 |
| Binary | 11110010 | 111100 | 10000000 | 0 | 1001011 | 101111 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F23C80
Complementary color
Monochromatic Colors of #F23C80
Black with #F23C80
Text Example
Text Example
White with #F23C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23C80; }
p { color: rgb(242,60,128); }
H1.HeaderClassName
{
color: #F23C80;
}
.AnyTagClassName
{
color: #F23C80;
}
</style>
background-color css
<style>
a { background-color: #F23C80; }
a { background-color: rgb(242,60,128); }
div.DivClassName
{
background-color: #F23C80;
}
.BgClassName
{
background-color: #F23C80;
}
</style>
border-color css
<style>
span { border-color: #F23C80; }
span { border-color: rgb(242,60,128); }
td.TdClassName
{
border-color: #F23C80;
}
.TagClassName
{
border-color: #F23C80;
}
</style>