Shades of Violet Red #FB3E80
Tints of Violet Red #FB3E80
RGB
CMYK
RGB Variations
Color information
#FB3E80 (or 0xFB3E80) is known color: Violet Red. HEX triplet: FB, 3E and 80. RGB value is (251,62,128). Sum of RGB (Red+Green+Blue) = 251+62+128=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E80 is #04C17F. Grayscale: #7D7D7D. Windows color (decimal): -311680 or 8404731. OLE color: 8404731.
HSL color Cylindrical-coordinate representation of color #FB3E80: hue angle of 339.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E80 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 128 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.02 |
| HSL | 339.05º | 0.96% | 0.61% | - |
| HSV(B) | 339.05º | 0.75% | 0.98% | - |
| XYZ | 45.4 | 25.51 | 22.95 | - |
| YUV | 126.04 | 129.12 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 128 | 0 | 0.75 | 0.49 | 0.02 | 339.05 | 0.96 | 0.61 |
| Hex | FB | 3E | 80 | 0 | 4B | 31 | 2 | 153 | 60 | 3D |
| Octal | 373 | 76 | 200 | 0 | 113 | 61 | 2 | 523 | 140 | 75 |
| Binary | 11111011 | 111110 | 10000000 | 0 | 1001011 | 110001 | 10 | 101010011 | 1100000 | 111101 |
Color Harmonies of #FB3E80
Complementary color
Monochromatic Colors of #FB3E80
Black with #FB3E80
Text Example
Text Example
White with #FB3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E80; }
p { color: rgb(251,62,128); }
H1.HeaderClassName
{
color: #FB3E80;
}
.AnyTagClassName
{
color: #FB3E80;
}
</style>
background-color css
<style>
a { background-color: #FB3E80; }
a { background-color: rgb(251,62,128); }
div.DivClassName
{
background-color: #FB3E80;
}
.BgClassName
{
background-color: #FB3E80;
}
</style>
border-color css
<style>
span { border-color: #FB3E80; }
span { border-color: rgb(251,62,128); }
td.TdClassName
{
border-color: #FB3E80;
}
.TagClassName
{
border-color: #FB3E80;
}
</style>