Shades of Violet Red #F93588
Tints of Violet Red #F93588
RGB
CMYK
RGB Variations
Color information
#F93588 (or 0xF93588) is known color: Violet Red. HEX triplet: F9, 35 and 88. RGB value is (249,53,136). Sum of RGB (Red+Green+Blue) = 249+53+136=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F93588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93588 is #06CA77. Grayscale: #787878. Windows color (decimal): -445048 or 8926713. OLE color: 8926713.
HSL color Cylindrical-coordinate representation of color #F93588: hue angle of 334.59º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93588 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 136 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.02 |
| HSL | 334.59º | 0.94% | 0.59% | - |
| HSV(B) | 334.59º | 0.79% | 0.98% | - |
| XYZ | 44.78 | 24.46 | 25.65 | - |
| YUV | 121.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 136 | 0 | 0.79 | 0.45 | 0.02 | 334.59 | 0.94 | 0.59 |
| Hex | F9 | 35 | 88 | 0 | 4F | 2D | 2 | 14F | 5E | 3B |
| Octal | 371 | 65 | 210 | 0 | 117 | 55 | 2 | 517 | 136 | 73 |
| Binary | 11111001 | 110101 | 10001000 | 0 | 1001111 | 101101 | 10 | 101001111 | 1011110 | 111011 |
Color Harmonies of #F93588
Complementary color
Monochromatic Colors of #F93588
Black with #F93588
Text Example
Text Example
White with #F93588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93588; }
p { color: rgb(249,53,136); }
H1.HeaderClassName
{
color: #F93588;
}
.AnyTagClassName
{
color: #F93588;
}
</style>
background-color css
<style>
a { background-color: #F93588; }
a { background-color: rgb(249,53,136); }
div.DivClassName
{
background-color: #F93588;
}
.BgClassName
{
background-color: #F93588;
}
</style>
border-color css
<style>
span { border-color: #F93588; }
span { border-color: rgb(249,53,136); }
td.TdClassName
{
border-color: #F93588;
}
.TagClassName
{
border-color: #F93588;
}
</style>