Shades of Violet Red #FB4493
Tints of Violet Red #FB4493
RGB
CMYK
RGB Variations
Color information
#FB4493 (or 0xFB4493) is known color: Violet Red. HEX triplet: FB, 44 and 93. RGB value is (251,68,147). Sum of RGB (Red+Green+Blue) = 251+68+147=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4493 is #04BB6C. Grayscale: #838383. Windows color (decimal): -310125 or 9651451. OLE color: 9651451.
HSL color Cylindrical-coordinate representation of color #FB4493: hue angle of 334.1º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4493 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 147 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.02 |
| HSL | 334.1º | 0.96% | 0.63% | - |
| HSV(B) | 334.1º | 0.73% | 0.98% | - |
| XYZ | 47.12 | 26.75 | 30.28 | - |
| YUV | 131.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 147 | 0 | 0.73 | 0.41 | 0.02 | 334.1 | 0.96 | 0.63 |
| Hex | FB | 44 | 93 | 0 | 49 | 29 | 2 | 14E | 60 | 3F |
| Octal | 373 | 104 | 223 | 0 | 111 | 51 | 2 | 516 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10010011 | 0 | 1001001 | 101001 | 10 | 101001110 | 1100000 | 111111 |
Color Harmonies of #FB4493
Complementary color
Monochromatic Colors of #FB4493
Black with #FB4493
Text Example
Text Example
White with #FB4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4493; }
p { color: rgb(251,68,147); }
H1.HeaderClassName
{
color: #FB4493;
}
.AnyTagClassName
{
color: #FB4493;
}
</style>
background-color css
<style>
a { background-color: #FB4493; }
a { background-color: rgb(251,68,147); }
div.DivClassName
{
background-color: #FB4493;
}
.BgClassName
{
background-color: #FB4493;
}
</style>
border-color css
<style>
span { border-color: #FB4493; }
span { border-color: rgb(251,68,147); }
td.TdClassName
{
border-color: #FB4493;
}
.TagClassName
{
border-color: #FB4493;
}
</style>