Shades of Violet Red #FB2E7D
Tints of Violet Red #FB2E7D
RGB
CMYK
RGB Variations
Color information
#FB2E7D (or 0xFB2E7D) is known color: Violet Red. HEX triplet: FB, 2E and 7D. RGB value is (251,46,125). Sum of RGB (Red+Green+Blue) = 251+46+125=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 46 (18.36% from 255 or 10.90% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E7D is #04D182. Grayscale: #747474. Windows color (decimal): -315779 or 8204027. OLE color: 8204027.
HSL color Cylindrical-coordinate representation of color #FB2E7D: hue angle of 336.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2E7D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 46 | 125 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.02 |
| HSL | 336.88º | 0.96% | 0.58% | - |
| HSV(B) | 336.88º | 0.82% | 0.98% | - |
| XYZ | 44.46 | 23.94 | 21.68 | - |
| YUV | 116.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 46 | 125 | 0 | 0.82 | 0.50 | 0.02 | 336.88 | 0.96 | 0.58 |
| Hex | FB | 2E | 7D | 0 | 52 | 32 | 2 | 151 | 60 | 3A |
| Octal | 373 | 56 | 175 | 0 | 122 | 62 | 2 | 521 | 140 | 72 |
| Binary | 11111011 | 101110 | 1111101 | 0 | 1010010 | 110010 | 10 | 101010001 | 1100000 | 111010 |
Color Harmonies of #FB2E7D
Complementary color
Monochromatic Colors of #FB2E7D
Black with #FB2E7D
Text Example
Text Example
White with #FB2E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2E7D; }
p { color: rgb(251,46,125); }
H1.HeaderClassName
{
color: #FB2E7D;
}
.AnyTagClassName
{
color: #FB2E7D;
}
</style>
background-color css
<style>
a { background-color: #FB2E7D; }
a { background-color: rgb(251,46,125); }
div.DivClassName
{
background-color: #FB2E7D;
}
.BgClassName
{
background-color: #FB2E7D;
}
</style>
border-color css
<style>
span { border-color: #FB2E7D; }
span { border-color: rgb(251,46,125); }
td.TdClassName
{
border-color: #FB2E7D;
}
.TagClassName
{
border-color: #FB2E7D;
}
</style>