Shades of Violet Red #F93A8D
Tints of Violet Red #F93A8D
RGB
CMYK
RGB Variations
Color information
#F93A8D (or 0xF93A8D) is known color: Violet Red. HEX triplet: F9, 3A and 8D. RGB value is (249,58,141). Sum of RGB (Red+Green+Blue) = 249+58+141=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93A8D is #06C572. Grayscale: #7C7C7C. Windows color (decimal): -443763 or 9255673. OLE color: 9255673.
HSL color Cylindrical-coordinate representation of color #F93A8D: hue angle of 333.93º 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 #F93A8D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 141 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.02 |
| HSL | 333.93º | 0.94% | 0.6% | - |
| HSV(B) | 333.93º | 0.77% | 0.98% | - |
| XYZ | 45.39 | 25.09 | 27.65 | - |
| YUV | 124.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 141 | 0 | 0.77 | 0.43 | 0.02 | 333.93 | 0.94 | 0.6 |
| Hex | F9 | 3A | 8D | 0 | 4D | 2B | 2 | 14E | 5E | 3C |
| Octal | 371 | 72 | 215 | 0 | 115 | 53 | 2 | 516 | 136 | 74 |
| Binary | 11111001 | 111010 | 10001101 | 0 | 1001101 | 101011 | 10 | 101001110 | 1011110 | 111100 |
Color Harmonies of #F93A8D
Complementary color
Monochromatic Colors of #F93A8D
Black with #F93A8D
Text Example
Text Example
White with #F93A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A8D; }
p { color: rgb(249,58,141); }
H1.HeaderClassName
{
color: #F93A8D;
}
.AnyTagClassName
{
color: #F93A8D;
}
</style>
background-color css
<style>
a { background-color: #F93A8D; }
a { background-color: rgb(249,58,141); }
div.DivClassName
{
background-color: #F93A8D;
}
.BgClassName
{
background-color: #F93A8D;
}
</style>
border-color css
<style>
span { border-color: #F93A8D; }
span { border-color: rgb(249,58,141); }
td.TdClassName
{
border-color: #F93A8D;
}
.TagClassName
{
border-color: #F93A8D;
}
</style>