Shades of Brilliant Rose #FB50B9
Tints of Brilliant Rose #FB50B9
RGB
CMYK
RGB Variations
Color information
#FB50B9 (or 0xFB50B9) is known color: Brilliant Rose. HEX triplet: FB, 50 and B9. RGB value is (251,80,185). Sum of RGB (Red+Green+Blue) = 251+80+185=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50B9 is #04AF46. Grayscale: #8E8E8E. Windows color (decimal): -307015 or 12144891. OLE color: 12144891.
HSL color Cylindrical-coordinate representation of color #FB50B9: hue angle of 323.16º 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 #FB50B9 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 185 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.02 |
| HSL | 323.16º | 0.96% | 0.65% | - |
| HSV(B) | 323.16º | 0.68% | 0.98% | - |
| XYZ | 51.41 | 29.75 | 48.93 | - |
| YUV | 143.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 185 | 0 | 0.68 | 0.26 | 0.02 | 323.16 | 0.96 | 0.65 |
| Hex | FB | 50 | B9 | 0 | 44 | 1A | 2 | 143 | 60 | 41 |
| Octal | 373 | 120 | 271 | 0 | 104 | 32 | 2 | 503 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10111001 | 0 | 1000100 | 11010 | 10 | 101000011 | 1100000 | 1000001 |
Color Harmonies of #FB50B9
Complementary color
Monochromatic Colors of #FB50B9
Black with #FB50B9
Text Example
Text Example
White with #FB50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50B9; }
p { color: rgb(251,80,185); }
H1.HeaderClassName
{
color: #FB50B9;
}
.AnyTagClassName
{
color: #FB50B9;
}
</style>
background-color css
<style>
a { background-color: #FB50B9; }
a { background-color: rgb(251,80,185); }
div.DivClassName
{
background-color: #FB50B9;
}
.BgClassName
{
background-color: #FB50B9;
}
</style>
border-color css
<style>
span { border-color: #FB50B9; }
span { border-color: rgb(251,80,185); }
td.TdClassName
{
border-color: #FB50B9;
}
.TagClassName
{
border-color: #FB50B9;
}
</style>