Shades of Violet Red #F93A7E
Tints of Violet Red #F93A7E
RGB
CMYK
RGB Variations
Color information
#F93A7E (or 0xF93A7E) is known color: Violet Red. HEX triplet: F9, 3A and 7E. RGB value is (249,58,126). Sum of RGB (Red+Green+Blue) = 249+58+126=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A7E is #06C581. Grayscale: #7A7A7A. Windows color (decimal): -443778 or 8272633. OLE color: 8272633.
HSL color Cylindrical-coordinate representation of color #F93A7E: hue angle of 338.64º 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 #F93A7E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 126 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.02 |
| HSL | 338.64º | 0.94% | 0.6% | - |
| HSV(B) | 338.64º | 0.77% | 0.98% | - |
| XYZ | 44.35 | 24.67 | 22.16 | - |
| YUV | 122.86 | 129.78 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 126 | 0 | 0.77 | 0.49 | 0.02 | 338.64 | 0.94 | 0.6 |
| Hex | F9 | 3A | 7E | 0 | 4D | 31 | 2 | 153 | 5E | 3C |
| Octal | 371 | 72 | 176 | 0 | 115 | 61 | 2 | 523 | 136 | 74 |
| Binary | 11111001 | 111010 | 1111110 | 0 | 1001101 | 110001 | 10 | 101010011 | 1011110 | 111100 |
Color Harmonies of #F93A7E
Complementary color
Monochromatic Colors of #F93A7E
Black with #F93A7E
Text Example
Text Example
White with #F93A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A7E; }
p { color: rgb(249,58,126); }
H1.HeaderClassName
{
color: #F93A7E;
}
.AnyTagClassName
{
color: #F93A7E;
}
</style>
background-color css
<style>
a { background-color: #F93A7E; }
a { background-color: rgb(249,58,126); }
div.DivClassName
{
background-color: #F93A7E;
}
.BgClassName
{
background-color: #F93A7E;
}
</style>
border-color css
<style>
span { border-color: #F93A7E; }
span { border-color: rgb(249,58,126); }
td.TdClassName
{
border-color: #F93A7E;
}
.TagClassName
{
border-color: #F93A7E;
}
</style>