Shades of Violet Red #F23583
Tints of Violet Red #F23583
RGB
CMYK
RGB Variations
Color information
#F23583 (or 0xF23583) is known color: Violet Red. HEX triplet: F2, 35 and 83. RGB value is (242,53,131). Sum of RGB (Red+Green+Blue) = 242+53+131=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F23583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23583 is #0DCA7C. Grayscale: #767676. Windows color (decimal): -903805 or 8599026. OLE color: 8599026.
HSL color Cylindrical-coordinate representation of color #F23583: hue angle of 335.24º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23583 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 131 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.05 |
| HSL | 335.24º | 0.88% | 0.58% | - |
| HSV(B) | 335.24º | 0.78% | 0.95% | - |
| XYZ | 41.99 | 23.06 | 23.71 | - |
| YUV | 118.4 | 135.12 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 131 | 0 | 0.78 | 0.46 | 0.05 | 335.24 | 0.88 | 0.58 |
| Hex | F2 | 35 | 83 | 0 | 4E | 2E | 5 | 14F | 58 | 3A |
| Octal | 362 | 65 | 203 | 0 | 116 | 56 | 5 | 517 | 130 | 72 |
| Binary | 11110010 | 110101 | 10000011 | 0 | 1001110 | 101110 | 101 | 101001111 | 1011000 | 111010 |
Color Harmonies of #F23583
Complementary color
Monochromatic Colors of #F23583
Black with #F23583
Text Example
Text Example
White with #F23583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23583; }
p { color: rgb(242,53,131); }
H1.HeaderClassName
{
color: #F23583;
}
.AnyTagClassName
{
color: #F23583;
}
</style>
background-color css
<style>
a { background-color: #F23583; }
a { background-color: rgb(242,53,131); }
div.DivClassName
{
background-color: #F23583;
}
.BgClassName
{
background-color: #F23583;
}
</style>
border-color css
<style>
span { border-color: #F23583; }
span { border-color: rgb(242,53,131); }
td.TdClassName
{
border-color: #F23583;
}
.TagClassName
{
border-color: #F23583;
}
</style>