Shades of Violet Red #FB2F81
Tints of Violet Red #FB2F81
RGB
CMYK
RGB Variations
Color information
#FB2F81 (or 0xFB2F81) is known color: Violet Red. HEX triplet: FB, 2F and 81. RGB value is (251,47,129). Sum of RGB (Red+Green+Blue) = 251+47+129=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2F81 is #04D07E. Grayscale: #757575. Windows color (decimal): -315519 or 8466427. OLE color: 8466427.
HSL color Cylindrical-coordinate representation of color #FB2F81: hue angle of 335.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F81 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 129 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.02 |
| HSL | 335.88º | 0.96% | 0.58% | - |
| HSV(B) | 335.88º | 0.81% | 0.98% | - |
| XYZ | 44.76 | 24.13 | 23.07 | - |
| YUV | 117.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 129 | 0 | 0.81 | 0.49 | 0.02 | 335.88 | 0.96 | 0.58 |
| Hex | FB | 2F | 81 | 0 | 51 | 31 | 2 | 150 | 60 | 3A |
| Octal | 373 | 57 | 201 | 0 | 121 | 61 | 2 | 520 | 140 | 72 |
| Binary | 11111011 | 101111 | 10000001 | 0 | 1010001 | 110001 | 10 | 101010000 | 1100000 | 111010 |
Color Harmonies of #FB2F81
Complementary color
Monochromatic Colors of #FB2F81
Black with #FB2F81
Text Example
Text Example
White with #FB2F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F81; }
p { color: rgb(251,47,129); }
H1.HeaderClassName
{
color: #FB2F81;
}
.AnyTagClassName
{
color: #FB2F81;
}
</style>
background-color css
<style>
a { background-color: #FB2F81; }
a { background-color: rgb(251,47,129); }
div.DivClassName
{
background-color: #FB2F81;
}
.BgClassName
{
background-color: #FB2F81;
}
</style>
border-color css
<style>
span { border-color: #FB2F81; }
span { border-color: rgb(251,47,129); }
td.TdClassName
{
border-color: #FB2F81;
}
.TagClassName
{
border-color: #FB2F81;
}
</style>