Shades of Violet Red #FB2F7A
Tints of Violet Red #FB2F7A
RGB
CMYK
RGB Variations
Color information
#FB2F7A (or 0xFB2F7A) is known color: Violet Red. HEX triplet: FB, 2F and 7A. RGB value is (251,47,122). Sum of RGB (Red+Green+Blue) = 251+47+122=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F7A is #04D085. Grayscale: #747474. Windows color (decimal): -315526 or 8007675. OLE color: 8007675.
HSL color Cylindrical-coordinate representation of color #FB2F7A: hue angle of 337.94º 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 #FB2F7A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 122 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.02 |
| HSL | 337.94º | 0.96% | 0.58% | - |
| HSV(B) | 337.94º | 0.81% | 0.98% | - |
| XYZ | 44.31 | 23.95 | 20.7 | - |
| YUV | 116.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 122 | 0 | 0.81 | 0.51 | 0.02 | 337.94 | 0.96 | 0.58 |
| Hex | FB | 2F | 7A | 0 | 51 | 33 | 2 | 152 | 60 | 3A |
| Octal | 373 | 57 | 172 | 0 | 121 | 63 | 2 | 522 | 140 | 72 |
| Binary | 11111011 | 101111 | 1111010 | 0 | 1010001 | 110011 | 10 | 101010010 | 1100000 | 111010 |
Color Harmonies of #FB2F7A
Complementary color
Monochromatic Colors of #FB2F7A
Black with #FB2F7A
Text Example
Text Example
White with #FB2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F7A; }
p { color: rgb(251,47,122); }
H1.HeaderClassName
{
color: #FB2F7A;
}
.AnyTagClassName
{
color: #FB2F7A;
}
</style>
background-color css
<style>
a { background-color: #FB2F7A; }
a { background-color: rgb(251,47,122); }
div.DivClassName
{
background-color: #FB2F7A;
}
.BgClassName
{
background-color: #FB2F7A;
}
</style>
border-color css
<style>
span { border-color: #FB2F7A; }
span { border-color: rgb(251,47,122); }
td.TdClassName
{
border-color: #FB2F7A;
}
.TagClassName
{
border-color: #FB2F7A;
}
</style>