Shades of Violet Red #F93882
Tints of Violet Red #F93882
RGB
CMYK
RGB Variations
Color information
#F93882 (or 0xF93882) is known color: Violet Red. HEX triplet: F9, 38 and 82. RGB value is (249,56,130). Sum of RGB (Red+Green+Blue) = 249+56+130=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F93882 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93882 is #06C77D. Grayscale: #7A7A7A. Windows color (decimal): -444286 or 8534265. OLE color: 8534265.
HSL color Cylindrical-coordinate representation of color #F93882: hue angle of 336.99º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93882 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 130 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.02 |
| HSL | 336.99º | 0.94% | 0.6% | - |
| HSV(B) | 336.99º | 0.78% | 0.98% | - |
| XYZ | 44.51 | 24.58 | 23.52 | - |
| YUV | 122.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 130 | 0 | 0.78 | 0.48 | 0.02 | 336.99 | 0.94 | 0.6 |
| Hex | F9 | 38 | 82 | 0 | 4E | 30 | 2 | 151 | 5E | 3C |
| Octal | 371 | 70 | 202 | 0 | 116 | 60 | 2 | 521 | 136 | 74 |
| Binary | 11111001 | 111000 | 10000010 | 0 | 1001110 | 110000 | 10 | 101010001 | 1011110 | 111100 |
Color Harmonies of #F93882
Complementary color
Monochromatic Colors of #F93882
Black with #F93882
Text Example
Text Example
White with #F93882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93882; }
p { color: rgb(249,56,130); }
H1.HeaderClassName
{
color: #F93882;
}
.AnyTagClassName
{
color: #F93882;
}
</style>
background-color css
<style>
a { background-color: #F93882; }
a { background-color: rgb(249,56,130); }
div.DivClassName
{
background-color: #F93882;
}
.BgClassName
{
background-color: #F93882;
}
</style>
border-color css
<style>
span { border-color: #F93882; }
span { border-color: rgb(249,56,130); }
td.TdClassName
{
border-color: #F93882;
}
.TagClassName
{
border-color: #F93882;
}
</style>