Shades of Violet Red #FB3781
Tints of Violet Red #FB3781
RGB
CMYK
RGB Variations
Color information
#FB3781 (or 0xFB3781) is known color: Violet Red. HEX triplet: FB, 37 and 81. RGB value is (251,55,129). Sum of RGB (Red+Green+Blue) = 251+55+129=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3781 is #04C87E. Grayscale: #797979. Windows color (decimal): -313471 or 8468475. OLE color: 8468475.
HSL color Cylindrical-coordinate representation of color #FB3781: hue angle of 337.35º degrees, saturation: 0.96, 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 #FB3781 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 129 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.02 |
| HSL | 337.35º | 0.96% | 0.6% | - |
| HSV(B) | 337.35º | 0.78% | 0.98% | - |
| XYZ | 45.11 | 24.83 | 23.18 | - |
| YUV | 122.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 129 | 0 | 0.78 | 0.49 | 0.02 | 337.35 | 0.96 | 0.6 |
| Hex | FB | 37 | 81 | 0 | 4E | 31 | 2 | 151 | 60 | 3C |
| Octal | 373 | 67 | 201 | 0 | 116 | 61 | 2 | 521 | 140 | 74 |
| Binary | 11111011 | 110111 | 10000001 | 0 | 1001110 | 110001 | 10 | 101010001 | 1100000 | 111100 |
Color Harmonies of #FB3781
Complementary color
Monochromatic Colors of #FB3781
Black with #FB3781
Text Example
Text Example
White with #FB3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3781; }
p { color: rgb(251,55,129); }
H1.HeaderClassName
{
color: #FB3781;
}
.AnyTagClassName
{
color: #FB3781;
}
</style>
background-color css
<style>
a { background-color: #FB3781; }
a { background-color: rgb(251,55,129); }
div.DivClassName
{
background-color: #FB3781;
}
.BgClassName
{
background-color: #FB3781;
}
</style>
border-color css
<style>
span { border-color: #FB3781; }
span { border-color: rgb(251,55,129); }
td.TdClassName
{
border-color: #FB3781;
}
.TagClassName
{
border-color: #FB3781;
}
</style>