Shades of Violet Red #F23888
Tints of Violet Red #F23888
RGB
CMYK
RGB Variations
Color information
#F23888 (or 0xF23888) is known color: Violet Red. HEX triplet: F2, 38 and 88. RGB value is (242,56,136). Sum of RGB (Red+Green+Blue) = 242+56+136=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F23888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23888 is #0DC777. Grayscale: #787878. Windows color (decimal): -903032 or 8927474. OLE color: 8927474.
HSL color Cylindrical-coordinate representation of color #F23888: hue angle of 334.19º 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 #F23888 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 136 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.05 |
| HSL | 334.19º | 0.88% | 0.58% | - |
| HSV(B) | 334.19º | 0.77% | 0.95% | - |
| XYZ | 42.48 | 23.48 | 25.59 | - |
| YUV | 120.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 136 | 0 | 0.77 | 0.44 | 0.05 | 334.19 | 0.88 | 0.58 |
| Hex | F2 | 38 | 88 | 0 | 4D | 2C | 5 | 14E | 58 | 3A |
| Octal | 362 | 70 | 210 | 0 | 115 | 54 | 5 | 516 | 130 | 72 |
| Binary | 11110010 | 111000 | 10001000 | 0 | 1001101 | 101100 | 101 | 101001110 | 1011000 | 111010 |
Color Harmonies of #F23888
Complementary color
Monochromatic Colors of #F23888
Black with #F23888
Text Example
Text Example
White with #F23888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23888; }
p { color: rgb(242,56,136); }
H1.HeaderClassName
{
color: #F23888;
}
.AnyTagClassName
{
color: #F23888;
}
</style>
background-color css
<style>
a { background-color: #F23888; }
a { background-color: rgb(242,56,136); }
div.DivClassName
{
background-color: #F23888;
}
.BgClassName
{
background-color: #F23888;
}
</style>
border-color css
<style>
span { border-color: #F23888; }
span { border-color: rgb(242,56,136); }
td.TdClassName
{
border-color: #F23888;
}
.TagClassName
{
border-color: #F23888;
}
</style>