Shades of Violet Red #F93A8B
Tints of Violet Red #F93A8B
RGB
CMYK
RGB Variations
Color information
#F93A8B (or 0xF93A8B) is known color: Violet Red. HEX triplet: F9, 3A and 8B. RGB value is (249,58,139). Sum of RGB (Red+Green+Blue) = 249+58+139=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A8B is #06C574. Grayscale: #7C7C7C. Windows color (decimal): -443765 or 9124601. OLE color: 9124601.
HSL color Cylindrical-coordinate representation of color #F93A8B: hue angle of 334.55º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A8B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 139 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.02 |
| HSL | 334.56º | 0.94% | 0.6% | - |
| HSV(B) | 334.56º | 0.77% | 0.98% | - |
| XYZ | 45.24 | 25.03 | 26.87 | - |
| YUV | 124.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 139 | 0 | 0.77 | 0.44 | 0.02 | 334.56 | 0.94 | 0.6 |
| Hex | F9 | 3A | 8B | 0 | 4D | 2C | 2 | 14F | 5E | 3C |
| Octal | 371 | 72 | 213 | 0 | 115 | 54 | 2 | 517 | 136 | 74 |
| Binary | 11111001 | 111010 | 10001011 | 0 | 1001101 | 101100 | 10 | 101001111 | 1011110 | 111100 |
Color Harmonies of #F93A8B
Complementary color
Monochromatic Colors of #F93A8B
Black with #F93A8B
Text Example
Text Example
White with #F93A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A8B; }
p { color: rgb(249,58,139); }
H1.HeaderClassName
{
color: #F93A8B;
}
.AnyTagClassName
{
color: #F93A8B;
}
</style>
background-color css
<style>
a { background-color: #F93A8B; }
a { background-color: rgb(249,58,139); }
div.DivClassName
{
background-color: #F93A8B;
}
.BgClassName
{
background-color: #F93A8B;
}
</style>
border-color css
<style>
span { border-color: #F93A8B; }
span { border-color: rgb(249,58,139); }
td.TdClassName
{
border-color: #F93A8B;
}
.TagClassName
{
border-color: #F93A8B;
}
</style>