Shades of Brilliant Rose #FB50B8
Tints of Brilliant Rose #FB50B8
RGB
CMYK
RGB Variations
Color information
#FB50B8 (or 0xFB50B8) is known color: Brilliant Rose. HEX triplet: FB, 50 and B8. RGB value is (251,80,184). Sum of RGB (Red+Green+Blue) = 251+80+184=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50B8 is #04AF47. Grayscale: #8E8E8E. Windows color (decimal): -307016 or 12079355. OLE color: 12079355.
HSL color Cylindrical-coordinate representation of color #FB50B8: hue angle of 323.51º 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 #FB50B8 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 184 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.02 |
| HSL | 323.51º | 0.96% | 0.65% | - |
| HSV(B) | 323.51º | 0.68% | 0.98% | - |
| XYZ | 51.3 | 29.71 | 48.38 | - |
| YUV | 142.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 184 | 0 | 0.68 | 0.27 | 0.02 | 323.51 | 0.96 | 0.65 |
| Hex | FB | 50 | B8 | 0 | 44 | 1B | 2 | 144 | 60 | 41 |
| Octal | 373 | 120 | 270 | 0 | 104 | 33 | 2 | 504 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10111000 | 0 | 1000100 | 11011 | 10 | 101000100 | 1100000 | 1000001 |
Color Harmonies of #FB50B8
Complementary color
Monochromatic Colors of #FB50B8
Black with #FB50B8
Text Example
Text Example
White with #FB50B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50B8; }
p { color: rgb(251,80,184); }
H1.HeaderClassName
{
color: #FB50B8;
}
.AnyTagClassName
{
color: #FB50B8;
}
</style>
background-color css
<style>
a { background-color: #FB50B8; }
a { background-color: rgb(251,80,184); }
div.DivClassName
{
background-color: #FB50B8;
}
.BgClassName
{
background-color: #FB50B8;
}
</style>
border-color css
<style>
span { border-color: #FB50B8; }
span { border-color: rgb(251,80,184); }
td.TdClassName
{
border-color: #FB50B8;
}
.TagClassName
{
border-color: #FB50B8;
}
</style>