Shades of Brilliant Rose #FB519B
Tints of Brilliant Rose #FB519B
RGB
CMYK
RGB Variations
Color information
#FB519B (or 0xFB519B) is known color: Brilliant Rose. HEX triplet: FB, 51 and 9B. RGB value is (251,81,155). Sum of RGB (Red+Green+Blue) = 251+81+155=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB519B is #04AE64. Grayscale: #8C8C8C. Windows color (decimal): -306789 or 10179067. OLE color: 10179067.
HSL color Cylindrical-coordinate representation of color #FB519B: hue angle of 333.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB519B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.88º | 0.96% | 0.65% | - |
| HSV(B) | 333.88º | 0.68% | 0.98% | - |
| XYZ | 48.64 | 28.76 | 34 | - |
| YUV | 140.27 | 136.32 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 155 | 0 | 0.68 | 0.38 | 0.02 | 333.88 | 0.96 | 0.65 |
| Hex | FB | 51 | 9B | 0 | 44 | 26 | 2 | 14E | 60 | 41 |
| Octal | 373 | 121 | 233 | 0 | 104 | 46 | 2 | 516 | 140 | 101 |
| Binary | 11111011 | 1010001 | 10011011 | 0 | 1000100 | 100110 | 10 | 101001110 | 1100000 | 1000001 |
Color Harmonies of #FB519B
Complementary color
Monochromatic Colors of #FB519B
Black with #FB519B
Text Example
Text Example
White with #FB519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB519B; }
p { color: rgb(251,81,155); }
H1.HeaderClassName
{
color: #FB519B;
}
.AnyTagClassName
{
color: #FB519B;
}
</style>
background-color css
<style>
a { background-color: #FB519B; }
a { background-color: rgb(251,81,155); }
div.DivClassName
{
background-color: #FB519B;
}
.BgClassName
{
background-color: #FB519B;
}
</style>
border-color css
<style>
span { border-color: #FB519B; }
span { border-color: rgb(251,81,155); }
td.TdClassName
{
border-color: #FB519B;
}
.TagClassName
{
border-color: #FB519B;
}
</style>