Shades of Violet Red #FB4783
Tints of Violet Red #FB4783
RGB
CMYK
RGB Variations
Color information
#FB4783 (or 0xFB4783) is known color: Violet Red. HEX triplet: FB, 47 and 83. RGB value is (251,71,131). Sum of RGB (Red+Green+Blue) = 251+71+131=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4783 is #04B87C. Grayscale: #838383. Windows color (decimal): -309373 or 8603643. OLE color: 8603643.
HSL color Cylindrical-coordinate representation of color #FB4783: hue angle of 340º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4783 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 131 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.02 |
| HSL | 340º | 0.96% | 0.63% | - |
| HSV(B) | 340º | 0.72% | 0.98% | - |
| XYZ | 46.13 | 26.65 | 24.19 | - |
| YUV | 131.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 131 | 0 | 0.72 | 0.48 | 0.02 | 340 | 0.96 | 0.63 |
| Hex | FB | 47 | 83 | 0 | 48 | 30 | 2 | 154 | 60 | 3F |
| Octal | 373 | 107 | 203 | 0 | 110 | 60 | 2 | 524 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10000011 | 0 | 1001000 | 110000 | 10 | 101010100 | 1100000 | 111111 |
Color Harmonies of #FB4783
Complementary color
Monochromatic Colors of #FB4783
Black with #FB4783
Text Example
Text Example
White with #FB4783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4783; }
p { color: rgb(251,71,131); }
H1.HeaderClassName
{
color: #FB4783;
}
.AnyTagClassName
{
color: #FB4783;
}
</style>
background-color css
<style>
a { background-color: #FB4783; }
a { background-color: rgb(251,71,131); }
div.DivClassName
{
background-color: #FB4783;
}
.BgClassName
{
background-color: #FB4783;
}
</style>
border-color css
<style>
span { border-color: #FB4783; }
span { border-color: rgb(251,71,131); }
td.TdClassName
{
border-color: #FB4783;
}
.TagClassName
{
border-color: #FB4783;
}
</style>