Shades of Violet Red #F23183
Tints of Violet Red #F23183
RGB
CMYK
RGB Variations
Color information
#F23183 (or 0xF23183) is known color: Violet Red. HEX triplet: F2, 31 and 83. RGB value is (242,49,131). Sum of RGB (Red+Green+Blue) = 242+49+131=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F23183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23183 is #0DCE7C. Grayscale: #737373. Windows color (decimal): -904829 or 8598002. OLE color: 8598002.
HSL color Cylindrical-coordinate representation of color #F23183: hue angle of 334.51º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23183 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 131 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.05 |
| HSL | 334.51º | 0.88% | 0.57% | - |
| HSV(B) | 334.51º | 0.8% | 0.95% | - |
| XYZ | 41.81 | 22.71 | 23.65 | - |
| YUV | 116.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 131 | 0 | 0.80 | 0.46 | 0.05 | 334.51 | 0.88 | 0.57 |
| Hex | F2 | 31 | 83 | 0 | 50 | 2E | 5 | 14F | 58 | 39 |
| Octal | 362 | 61 | 203 | 0 | 120 | 56 | 5 | 517 | 130 | 71 |
| Binary | 11110010 | 110001 | 10000011 | 0 | 1010000 | 101110 | 101 | 101001111 | 1011000 | 111001 |
Color Harmonies of #F23183
Complementary color
Monochromatic Colors of #F23183
Black with #F23183
Text Example
Text Example
White with #F23183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23183; }
p { color: rgb(242,49,131); }
H1.HeaderClassName
{
color: #F23183;
}
.AnyTagClassName
{
color: #F23183;
}
</style>
background-color css
<style>
a { background-color: #F23183; }
a { background-color: rgb(242,49,131); }
div.DivClassName
{
background-color: #F23183;
}
.BgClassName
{
background-color: #F23183;
}
</style>
border-color css
<style>
span { border-color: #F23183; }
span { border-color: rgb(242,49,131); }
td.TdClassName
{
border-color: #F23183;
}
.TagClassName
{
border-color: #F23183;
}
</style>