Shades of Brilliant Rose #FB50B2
Tints of Brilliant Rose #FB50B2
RGB
CMYK
RGB Variations
Color information
#FB50B2 (or 0xFB50B2) is known color: Brilliant Rose. HEX triplet: FB, 50 and B2. RGB value is (251,80,178). Sum of RGB (Red+Green+Blue) = 251+80+178=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50B2 is #04AF4D. Grayscale: #8E8E8E. Windows color (decimal): -307022 or 11686139. OLE color: 11686139.
HSL color Cylindrical-coordinate representation of color #FB50B2: hue angle of 325.61º 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 #FB50B2 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 178 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.02 |
| HSL | 325.61º | 0.96% | 0.65% | - |
| HSV(B) | 325.61º | 0.68% | 0.98% | - |
| XYZ | 50.69 | 29.46 | 45.13 | - |
| YUV | 142.3 | 148.15 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 178 | 0 | 0.68 | 0.29 | 0.02 | 325.61 | 0.96 | 0.65 |
| Hex | FB | 50 | B2 | 0 | 44 | 1D | 2 | 146 | 60 | 41 |
| Octal | 373 | 120 | 262 | 0 | 104 | 35 | 2 | 506 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10110010 | 0 | 1000100 | 11101 | 10 | 101000110 | 1100000 | 1000001 |
Color Harmonies of #FB50B2
Complementary color
Monochromatic Colors of #FB50B2
Black with #FB50B2
Text Example
Text Example
White with #FB50B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50B2; }
p { color: rgb(251,80,178); }
H1.HeaderClassName
{
color: #FB50B2;
}
.AnyTagClassName
{
color: #FB50B2;
}
</style>
background-color css
<style>
a { background-color: #FB50B2; }
a { background-color: rgb(251,80,178); }
div.DivClassName
{
background-color: #FB50B2;
}
.BgClassName
{
background-color: #FB50B2;
}
</style>
border-color css
<style>
span { border-color: #FB50B2; }
span { border-color: rgb(251,80,178); }
td.TdClassName
{
border-color: #FB50B2;
}
.TagClassName
{
border-color: #FB50B2;
}
</style>