Shades of Violet Red #F93D86
Tints of Violet Red #F93D86
RGB
CMYK
RGB Variations
Color information
#F93D86 (or 0xF93D86) is known color: Violet Red. HEX triplet: F9, 3D and 86. RGB value is (249,61,134). Sum of RGB (Red+Green+Blue) = 249+61+134=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93D86 is #06C279. Grayscale: #7D7D7D. Windows color (decimal): -443002 or 8797689. OLE color: 8797689.
HSL color Cylindrical-coordinate representation of color #F93D86: hue angle of 336.7º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93D86 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 134 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.02 |
| HSL | 336.7º | 0.94% | 0.61% | - |
| HSV(B) | 336.7º | 0.76% | 0.98% | - |
| XYZ | 45.04 | 25.2 | 25.04 | - |
| YUV | 125.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 134 | 0 | 0.76 | 0.46 | 0.02 | 336.7 | 0.94 | 0.61 |
| Hex | F9 | 3D | 86 | 0 | 4C | 2E | 2 | 151 | 5E | 3D |
| Octal | 371 | 75 | 206 | 0 | 114 | 56 | 2 | 521 | 136 | 75 |
| Binary | 11111001 | 111101 | 10000110 | 0 | 1001100 | 101110 | 10 | 101010001 | 1011110 | 111101 |
Color Harmonies of #F93D86
Complementary color
Monochromatic Colors of #F93D86
Black with #F93D86
Text Example
Text Example
White with #F93D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D86; }
p { color: rgb(249,61,134); }
H1.HeaderClassName
{
color: #F93D86;
}
.AnyTagClassName
{
color: #F93D86;
}
</style>
background-color css
<style>
a { background-color: #F93D86; }
a { background-color: rgb(249,61,134); }
div.DivClassName
{
background-color: #F93D86;
}
.BgClassName
{
background-color: #F93D86;
}
</style>
border-color css
<style>
span { border-color: #F93D86; }
span { border-color: rgb(249,61,134); }
td.TdClassName
{
border-color: #F93D86;
}
.TagClassName
{
border-color: #F93D86;
}
</style>