Shades of Violet Red #FB4895
Tints of Violet Red #FB4895
RGB
CMYK
RGB Variations
Color information
#FB4895 (or 0xFB4895) is known color: Violet Red. HEX triplet: FB, 48 and 95. RGB value is (251,72,149). Sum of RGB (Red+Green+Blue) = 251+72+149=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4895 is #04B76A. Grayscale: #868686. Windows color (decimal): -309099 or 9783547. OLE color: 9783547.
HSL color Cylindrical-coordinate representation of color #FB4895: hue angle of 334.19º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4895 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 149 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.02 |
| HSL | 334.19º | 0.96% | 0.63% | - |
| HSV(B) | 334.19º | 0.71% | 0.98% | - |
| XYZ | 47.53 | 27.31 | 31.2 | - |
| YUV | 134.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 149 | 0 | 0.71 | 0.41 | 0.02 | 334.19 | 0.96 | 0.63 |
| Hex | FB | 48 | 95 | 0 | 47 | 29 | 2 | 14E | 60 | 3F |
| Octal | 373 | 110 | 225 | 0 | 107 | 51 | 2 | 516 | 140 | 77 |
| Binary | 11111011 | 1001000 | 10010101 | 0 | 1000111 | 101001 | 10 | 101001110 | 1100000 | 111111 |
Color Harmonies of #FB4895
Complementary color
Monochromatic Colors of #FB4895
Black with #FB4895
Text Example
Text Example
White with #FB4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4895; }
p { color: rgb(251,72,149); }
H1.HeaderClassName
{
color: #FB4895;
}
.AnyTagClassName
{
color: #FB4895;
}
</style>
background-color css
<style>
a { background-color: #FB4895; }
a { background-color: rgb(251,72,149); }
div.DivClassName
{
background-color: #FB4895;
}
.BgClassName
{
background-color: #FB4895;
}
</style>
border-color css
<style>
span { border-color: #FB4895; }
span { border-color: rgb(251,72,149); }
td.TdClassName
{
border-color: #FB4895;
}
.TagClassName
{
border-color: #FB4895;
}
</style>