Shades of Violet Red #FB4490
Tints of Violet Red #FB4490
RGB
CMYK
RGB Variations
Color information
#FB4490 (or 0xFB4490) is known color: Violet Red. HEX triplet: FB, 44 and 90. RGB value is (251,68,144). Sum of RGB (Red+Green+Blue) = 251+68+144=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4490 is #04BB6F. Grayscale: #838383. Windows color (decimal): -310128 or 9454843. OLE color: 9454843.
HSL color Cylindrical-coordinate representation of color #FB4490: hue angle of 335.08º 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 #FB4490 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 144 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.02 |
| HSL | 335.08º | 0.96% | 0.63% | - |
| HSV(B) | 335.08º | 0.73% | 0.98% | - |
| XYZ | 46.88 | 26.66 | 29.06 | - |
| YUV | 131.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 144 | 0 | 0.73 | 0.43 | 0.02 | 335.08 | 0.96 | 0.63 |
| Hex | FB | 44 | 90 | 0 | 49 | 2B | 2 | 14F | 60 | 3F |
| Octal | 373 | 104 | 220 | 0 | 111 | 53 | 2 | 517 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10010000 | 0 | 1001001 | 101011 | 10 | 101001111 | 1100000 | 111111 |
Color Harmonies of #FB4490
Complementary color
Monochromatic Colors of #FB4490
Black with #FB4490
Text Example
Text Example
White with #FB4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4490; }
p { color: rgb(251,68,144); }
H1.HeaderClassName
{
color: #FB4490;
}
.AnyTagClassName
{
color: #FB4490;
}
</style>
background-color css
<style>
a { background-color: #FB4490; }
a { background-color: rgb(251,68,144); }
div.DivClassName
{
background-color: #FB4490;
}
.BgClassName
{
background-color: #FB4490;
}
</style>
border-color css
<style>
span { border-color: #FB4490; }
span { border-color: rgb(251,68,144); }
td.TdClassName
{
border-color: #FB4490;
}
.TagClassName
{
border-color: #FB4490;
}
</style>