Shades of Violet Red #F23288
Tints of Violet Red #F23288
RGB
CMYK
RGB Variations
Color information
#F23288 (or 0xF23288) is known color: Violet Red. HEX triplet: F2, 32 and 88. RGB value is (242,50,136). Sum of RGB (Red+Green+Blue) = 242+50+136=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F23288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23288 is #0DCD77. Grayscale: #757575. Windows color (decimal): -904568 or 8925938. OLE color: 8925938.
HSL color Cylindrical-coordinate representation of color #F23288: hue angle of 333.12º 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 #F23288 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 136 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.05 |
| HSL | 333.13º | 0.88% | 0.57% | - |
| HSV(B) | 333.13º | 0.79% | 0.95% | - |
| XYZ | 42.2 | 22.94 | 25.5 | - |
| YUV | 117.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 136 | 0 | 0.79 | 0.44 | 0.05 | 333.13 | 0.88 | 0.57 |
| Hex | F2 | 32 | 88 | 0 | 4F | 2C | 5 | 14D | 58 | 39 |
| Octal | 362 | 62 | 210 | 0 | 117 | 54 | 5 | 515 | 130 | 71 |
| Binary | 11110010 | 110010 | 10001000 | 0 | 1001111 | 101100 | 101 | 101001101 | 1011000 | 111001 |
Color Harmonies of #F23288
Complementary color
Monochromatic Colors of #F23288
Black with #F23288
Text Example
Text Example
White with #F23288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23288; }
p { color: rgb(242,50,136); }
H1.HeaderClassName
{
color: #F23288;
}
.AnyTagClassName
{
color: #F23288;
}
</style>
background-color css
<style>
a { background-color: #F23288; }
a { background-color: rgb(242,50,136); }
div.DivClassName
{
background-color: #F23288;
}
.BgClassName
{
background-color: #F23288;
}
</style>
border-color css
<style>
span { border-color: #F23288; }
span { border-color: rgb(242,50,136); }
td.TdClassName
{
border-color: #F23288;
}
.TagClassName
{
border-color: #F23288;
}
</style>