Shades of Violet Red #F23389
Tints of Violet Red #F23389
RGB
CMYK
RGB Variations
Color information
#F23389 (or 0xF23389) is known color: Violet Red. HEX triplet: F2, 33 and 89. RGB value is (242,51,137). Sum of RGB (Red+Green+Blue) = 242+51+137=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F23389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23389 is #0DCC76. Grayscale: #757575. Windows color (decimal): -904311 or 8991730. OLE color: 8991730.
HSL color Cylindrical-coordinate representation of color #F23389: hue angle of 332.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23389 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 137 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.05 |
| HSL | 332.98º | 0.88% | 0.57% | - |
| HSV(B) | 332.98º | 0.79% | 0.95% | - |
| XYZ | 42.32 | 23.05 | 25.89 | - |
| YUV | 117.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 137 | 0 | 0.79 | 0.43 | 0.05 | 332.98 | 0.88 | 0.57 |
| Hex | F2 | 33 | 89 | 0 | 4F | 2B | 5 | 14D | 58 | 39 |
| Octal | 362 | 63 | 211 | 0 | 117 | 53 | 5 | 515 | 130 | 71 |
| Binary | 11110010 | 110011 | 10001001 | 0 | 1001111 | 101011 | 101 | 101001101 | 1011000 | 111001 |
Color Harmonies of #F23389
Complementary color
Monochromatic Colors of #F23389
Black with #F23389
Text Example
Text Example
White with #F23389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23389; }
p { color: rgb(242,51,137); }
H1.HeaderClassName
{
color: #F23389;
}
.AnyTagClassName
{
color: #F23389;
}
</style>
background-color css
<style>
a { background-color: #F23389; }
a { background-color: rgb(242,51,137); }
div.DivClassName
{
background-color: #F23389;
}
.BgClassName
{
background-color: #F23389;
}
</style>
border-color css
<style>
span { border-color: #F23389; }
span { border-color: rgb(242,51,137); }
td.TdClassName
{
border-color: #F23389;
}
.TagClassName
{
border-color: #F23389;
}
</style>