Shades of Violet Red #F23683
Tints of Violet Red #F23683
RGB
CMYK
RGB Variations
Color information
#F23683 (or 0xF23683) is known color: Violet Red. HEX triplet: F2, 36 and 83. RGB value is (242,54,131). Sum of RGB (Red+Green+Blue) = 242+54+131=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F23683 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23683 is #0DC97C. Grayscale: #767676. Windows color (decimal): -903549 or 8599282. OLE color: 8599282.
HSL color Cylindrical-coordinate representation of color #F23683: hue angle of 335.43º 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 #F23683 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 131 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.05 |
| HSL | 335.43º | 0.88% | 0.58% | - |
| HSV(B) | 335.43º | 0.78% | 0.95% | - |
| XYZ | 42.03 | 23.15 | 23.73 | - |
| YUV | 118.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 131 | 0 | 0.78 | 0.46 | 0.05 | 335.43 | 0.88 | 0.58 |
| Hex | F2 | 36 | 83 | 0 | 4E | 2E | 5 | 14F | 58 | 3A |
| Octal | 362 | 66 | 203 | 0 | 116 | 56 | 5 | 517 | 130 | 72 |
| Binary | 11110010 | 110110 | 10000011 | 0 | 1001110 | 101110 | 101 | 101001111 | 1011000 | 111010 |
Color Harmonies of #F23683
Complementary color
Monochromatic Colors of #F23683
Black with #F23683
Text Example
Text Example
White with #F23683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23683; }
p { color: rgb(242,54,131); }
H1.HeaderClassName
{
color: #F23683;
}
.AnyTagClassName
{
color: #F23683;
}
</style>
background-color css
<style>
a { background-color: #F23683; }
a { background-color: rgb(242,54,131); }
div.DivClassName
{
background-color: #F23683;
}
.BgClassName
{
background-color: #F23683;
}
</style>
border-color css
<style>
span { border-color: #F23683; }
span { border-color: rgb(242,54,131); }
td.TdClassName
{
border-color: #F23683;
}
.TagClassName
{
border-color: #F23683;
}
</style>