Shades of Violet Red #F93283
Tints of Violet Red #F93283
RGB
CMYK
RGB Variations
Color information
#F93283 (or 0xF93283) is known color: Violet Red. HEX triplet: F9, 32 and 83. RGB value is (249,50,131). Sum of RGB (Red+Green+Blue) = 249+50+131=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F93283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93283 is #06CD7C. Grayscale: #767676. Windows color (decimal): -445821 or 8598265. OLE color: 8598265.
HSL color Cylindrical-coordinate representation of color #F93283: hue angle of 335.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93283 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 131 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.02 |
| HSL | 335.58º | 0.94% | 0.59% | - |
| HSV(B) | 335.58º | 0.8% | 0.98% | - |
| XYZ | 44.3 | 24.06 | 23.78 | - |
| YUV | 118.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 131 | 0 | 0.80 | 0.47 | 0.02 | 335.58 | 0.94 | 0.59 |
| Hex | F9 | 32 | 83 | 0 | 50 | 2F | 2 | 150 | 5E | 3B |
| Octal | 371 | 62 | 203 | 0 | 120 | 57 | 2 | 520 | 136 | 73 |
| Binary | 11111001 | 110010 | 10000011 | 0 | 1010000 | 101111 | 10 | 101010000 | 1011110 | 111011 |
Color Harmonies of #F93283
Complementary color
Monochromatic Colors of #F93283
Black with #F93283
Text Example
Text Example
White with #F93283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93283; }
p { color: rgb(249,50,131); }
H1.HeaderClassName
{
color: #F93283;
}
.AnyTagClassName
{
color: #F93283;
}
</style>
background-color css
<style>
a { background-color: #F93283; }
a { background-color: rgb(249,50,131); }
div.DivClassName
{
background-color: #F93283;
}
.BgClassName
{
background-color: #F93283;
}
</style>
border-color css
<style>
span { border-color: #F93283; }
span { border-color: rgb(249,50,131); }
td.TdClassName
{
border-color: #F93283;
}
.TagClassName
{
border-color: #F93283;
}
</style>