Shades of Violet Red #FB4087
Tints of Violet Red #FB4087
RGB
CMYK
RGB Variations
Color information
#FB4087 (or 0xFB4087) is known color: Violet Red. HEX triplet: FB, 40 and 87. RGB value is (251,64,135). Sum of RGB (Red+Green+Blue) = 251+64+135=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4087 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4087 is #04BF78. Grayscale: #7F7F7F. Windows color (decimal): -311161 or 8863995. OLE color: 8863995.
HSL color Cylindrical-coordinate representation of color #FB4087: hue angle of 337.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4087 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 135 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.02 |
| HSL | 337.22º | 0.96% | 0.62% | - |
| HSV(B) | 337.22º | 0.75% | 0.98% | - |
| XYZ | 45.99 | 25.93 | 25.5 | - |
| YUV | 128.01 | 131.95 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 135 | 0 | 0.75 | 0.46 | 0.02 | 337.22 | 0.96 | 0.62 |
| Hex | FB | 40 | 87 | 0 | 4B | 2E | 2 | 151 | 60 | 3E |
| Octal | 373 | 100 | 207 | 0 | 113 | 56 | 2 | 521 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10000111 | 0 | 1001011 | 101110 | 10 | 101010001 | 1100000 | 111110 |
Color Harmonies of #FB4087
Complementary color
Monochromatic Colors of #FB4087
Black with #FB4087
Text Example
Text Example
White with #FB4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4087; }
p { color: rgb(251,64,135); }
H1.HeaderClassName
{
color: #FB4087;
}
.AnyTagClassName
{
color: #FB4087;
}
</style>
background-color css
<style>
a { background-color: #FB4087; }
a { background-color: rgb(251,64,135); }
div.DivClassName
{
background-color: #FB4087;
}
.BgClassName
{
background-color: #FB4087;
}
</style>
border-color css
<style>
span { border-color: #FB4087; }
span { border-color: rgb(251,64,135); }
td.TdClassName
{
border-color: #FB4087;
}
.TagClassName
{
border-color: #FB4087;
}
</style>