Shades of Violet Red #F23788
Tints of Violet Red #F23788
RGB
CMYK
RGB Variations
Color information
#F23788 (or 0xF23788) is known color: Violet Red. HEX triplet: F2, 37 and 88. RGB value is (242,55,136). Sum of RGB (Red+Green+Blue) = 242+55+136=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F23788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23788 is #0DC877. Grayscale: #787878. Windows color (decimal): -903288 or 8927218. OLE color: 8927218.
HSL color Cylindrical-coordinate representation of color #F23788: hue angle of 334.01º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23788 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 136 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.05 |
| HSL | 334.01º | 0.88% | 0.58% | - |
| HSV(B) | 334.01º | 0.77% | 0.95% | - |
| XYZ | 42.43 | 23.39 | 25.57 | - |
| YUV | 120.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 136 | 0 | 0.77 | 0.44 | 0.05 | 334.01 | 0.88 | 0.58 |
| Hex | F2 | 37 | 88 | 0 | 4D | 2C | 5 | 14E | 58 | 3A |
| Octal | 362 | 67 | 210 | 0 | 115 | 54 | 5 | 516 | 130 | 72 |
| Binary | 11110010 | 110111 | 10001000 | 0 | 1001101 | 101100 | 101 | 101001110 | 1011000 | 111010 |
Color Harmonies of #F23788
Complementary color
Monochromatic Colors of #F23788
Black with #F23788
Text Example
Text Example
White with #F23788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23788; }
p { color: rgb(242,55,136); }
H1.HeaderClassName
{
color: #F23788;
}
.AnyTagClassName
{
color: #F23788;
}
</style>
background-color css
<style>
a { background-color: #F23788; }
a { background-color: rgb(242,55,136); }
div.DivClassName
{
background-color: #F23788;
}
.BgClassName
{
background-color: #F23788;
}
</style>
border-color css
<style>
span { border-color: #F23788; }
span { border-color: rgb(242,55,136); }
td.TdClassName
{
border-color: #F23788;
}
.TagClassName
{
border-color: #F23788;
}
</style>