Shades of Violet Red #F93A7D
Tints of Violet Red #F93A7D
RGB
CMYK
RGB Variations
Color information
#F93A7D (or 0xF93A7D) is known color: Violet Red. HEX triplet: F9, 3A and 7D. RGB value is (249,58,125). Sum of RGB (Red+Green+Blue) = 249+58+125=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A7D is #06C582. Grayscale: #7A7A7A. Windows color (decimal): -443779 or 8207097. OLE color: 8207097.
HSL color Cylindrical-coordinate representation of color #F93A7D: hue angle of 338.95º 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 #F93A7D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 125 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.02 |
| HSL | 338.95º | 0.94% | 0.6% | - |
| HSV(B) | 338.95º | 0.77% | 0.98% | - |
| XYZ | 44.28 | 24.65 | 21.83 | - |
| YUV | 122.75 | 129.28 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 125 | 0 | 0.77 | 0.50 | 0.02 | 338.95 | 0.94 | 0.6 |
| Hex | F9 | 3A | 7D | 0 | 4D | 32 | 2 | 153 | 5E | 3C |
| Octal | 371 | 72 | 175 | 0 | 115 | 62 | 2 | 523 | 136 | 74 |
| Binary | 11111001 | 111010 | 1111101 | 0 | 1001101 | 110010 | 10 | 101010011 | 1011110 | 111100 |
Color Harmonies of #F93A7D
Complementary color
Monochromatic Colors of #F93A7D
Black with #F93A7D
Text Example
Text Example
White with #F93A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A7D; }
p { color: rgb(249,58,125); }
H1.HeaderClassName
{
color: #F93A7D;
}
.AnyTagClassName
{
color: #F93A7D;
}
</style>
background-color css
<style>
a { background-color: #F93A7D; }
a { background-color: rgb(249,58,125); }
div.DivClassName
{
background-color: #F93A7D;
}
.BgClassName
{
background-color: #F93A7D;
}
</style>
border-color css
<style>
span { border-color: #F93A7D; }
span { border-color: rgb(249,58,125); }
td.TdClassName
{
border-color: #F93A7D;
}
.TagClassName
{
border-color: #F93A7D;
}
</style>