Shades of Violet Red #F23A8C
Tints of Violet Red #F23A8C
RGB
CMYK
RGB Variations
Color information
#F23A8C (or 0xF23A8C) is known color: Violet Red. HEX triplet: F2, 3A and 8C. RGB value is (242,58,140). Sum of RGB (Red+Green+Blue) = 242+58+140=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23A8C is #0DC573. Grayscale: #7A7A7A. Windows color (decimal): -902516 or 9190130. OLE color: 9190130.
HSL color Cylindrical-coordinate representation of color #F23A8C: hue angle of 333.26º 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 #F23A8C is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 140 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.05 |
| HSL | 333.26º | 0.88% | 0.59% | - |
| HSV(B) | 333.26º | 0.76% | 0.95% | - |
| XYZ | 42.86 | 23.8 | 27.14 | - |
| YUV | 122.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 140 | 0 | 0.76 | 0.42 | 0.05 | 333.26 | 0.88 | 0.59 |
| Hex | F2 | 3A | 8C | 0 | 4C | 2A | 5 | 14D | 58 | 3B |
| Octal | 362 | 72 | 214 | 0 | 114 | 52 | 5 | 515 | 130 | 73 |
| Binary | 11110010 | 111010 | 10001100 | 0 | 1001100 | 101010 | 101 | 101001101 | 1011000 | 111011 |
Color Harmonies of #F23A8C
Complementary color
Monochromatic Colors of #F23A8C
Black with #F23A8C
Text Example
Text Example
White with #F23A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A8C; }
p { color: rgb(242,58,140); }
H1.HeaderClassName
{
color: #F23A8C;
}
.AnyTagClassName
{
color: #F23A8C;
}
</style>
background-color css
<style>
a { background-color: #F23A8C; }
a { background-color: rgb(242,58,140); }
div.DivClassName
{
background-color: #F23A8C;
}
.BgClassName
{
background-color: #F23A8C;
}
</style>
border-color css
<style>
span { border-color: #F23A8C; }
span { border-color: rgb(242,58,140); }
td.TdClassName
{
border-color: #F23A8C;
}
.TagClassName
{
border-color: #F23A8C;
}
</style>