Shades of Violet Red #F73883
Tints of Violet Red #F73883
RGB
CMYK
RGB Variations
Color information
#F73883 (or 0xF73883) is known color: Violet Red. HEX triplet: F7, 38 and 83. RGB value is (247,56,131). Sum of RGB (Red+Green+Blue) = 247+56+131=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F73883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73883 is #08C77C. Grayscale: #797979. Windows color (decimal): -575357 or 8599799. OLE color: 8599799.
HSL color Cylindrical-coordinate representation of color #F73883: hue angle of 336.44º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73883 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 131 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.03 |
| HSL | 336.44º | 0.92% | 0.59% | - |
| HSV(B) | 336.44º | 0.77% | 0.97% | - |
| XYZ | 43.87 | 24.24 | 23.84 | - |
| YUV | 121.66 | 133.28 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 131 | 0 | 0.77 | 0.47 | 0.03 | 336.44 | 0.92 | 0.59 |
| Hex | F7 | 38 | 83 | 0 | 4D | 2F | 3 | 150 | 5C | 3B |
| Octal | 367 | 70 | 203 | 0 | 115 | 57 | 3 | 520 | 134 | 73 |
| Binary | 11110111 | 111000 | 10000011 | 0 | 1001101 | 101111 | 11 | 101010000 | 1011100 | 111011 |
Color Harmonies of #F73883
Complementary color
Monochromatic Colors of #F73883
Black with #F73883
Text Example
Text Example
White with #F73883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73883; }
p { color: rgb(247,56,131); }
H1.HeaderClassName
{
color: #F73883;
}
.AnyTagClassName
{
color: #F73883;
}
</style>
background-color css
<style>
a { background-color: #F73883; }
a { background-color: rgb(247,56,131); }
div.DivClassName
{
background-color: #F73883;
}
.BgClassName
{
background-color: #F73883;
}
</style>
border-color css
<style>
span { border-color: #F73883; }
span { border-color: rgb(247,56,131); }
td.TdClassName
{
border-color: #F73883;
}
.TagClassName
{
border-color: #F73883;
}
</style>