Shades of Violet Red #FB3E81
Tints of Violet Red #FB3E81
RGB
CMYK
RGB Variations
Color information
#FB3E81 (or 0xFB3E81) is known color: Violet Red. HEX triplet: FB, 3E and 81. RGB value is (251,62,129). Sum of RGB (Red+Green+Blue) = 251+62+129=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3E81 is #04C17E. Grayscale: #7E7E7E. Windows color (decimal): -311679 or 8470267. OLE color: 8470267.
HSL color Cylindrical-coordinate representation of color #FB3E81: hue angle of 338.73º 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 #FB3E81 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 129 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.02 |
| HSL | 338.73º | 0.96% | 0.61% | - |
| HSV(B) | 338.73º | 0.75% | 0.98% | - |
| XYZ | 45.47 | 25.54 | 23.3 | - |
| YUV | 126.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 129 | 0 | 0.75 | 0.49 | 0.02 | 338.73 | 0.96 | 0.61 |
| Hex | FB | 3E | 81 | 0 | 4B | 31 | 2 | 153 | 60 | 3D |
| Octal | 373 | 76 | 201 | 0 | 113 | 61 | 2 | 523 | 140 | 75 |
| Binary | 11111011 | 111110 | 10000001 | 0 | 1001011 | 110001 | 10 | 101010011 | 1100000 | 111101 |
Color Harmonies of #FB3E81
Complementary color
Monochromatic Colors of #FB3E81
Black with #FB3E81
Text Example
Text Example
White with #FB3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E81; }
p { color: rgb(251,62,129); }
H1.HeaderClassName
{
color: #FB3E81;
}
.AnyTagClassName
{
color: #FB3E81;
}
</style>
background-color css
<style>
a { background-color: #FB3E81; }
a { background-color: rgb(251,62,129); }
div.DivClassName
{
background-color: #FB3E81;
}
.BgClassName
{
background-color: #FB3E81;
}
</style>
border-color css
<style>
span { border-color: #FB3E81; }
span { border-color: rgb(251,62,129); }
td.TdClassName
{
border-color: #FB3E81;
}
.TagClassName
{
border-color: #FB3E81;
}
</style>