Shades of Brilliant Rose #FB50A0
Tints of Brilliant Rose #FB50A0
RGB
CMYK
RGB Variations
Color information
#FB50A0 (or 0xFB50A0) is known color: Brilliant Rose. HEX triplet: FB, 50 and A0. RGB value is (251,80,160). Sum of RGB (Red+Green+Blue) = 251+80+160=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50A0 is #04AF5F. Grayscale: #8C8C8C. Windows color (decimal): -307040 or 10506491. OLE color: 10506491.
HSL color Cylindrical-coordinate representation of color #FB50A0: hue angle of 331.93º 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 #FB50A0 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 160 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.02 |
| HSL | 331.93º | 0.96% | 0.65% | - |
| HSV(B) | 331.93º | 0.68% | 0.98% | - |
| XYZ | 49 | 28.78 | 36.23 | - |
| YUV | 140.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 160 | 0 | 0.68 | 0.36 | 0.02 | 331.93 | 0.96 | 0.65 |
| Hex | FB | 50 | A0 | 0 | 44 | 24 | 2 | 14C | 60 | 41 |
| Octal | 373 | 120 | 240 | 0 | 104 | 44 | 2 | 514 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10100000 | 0 | 1000100 | 100100 | 10 | 101001100 | 1100000 | 1000001 |
Color Harmonies of #FB50A0
Complementary color
Monochromatic Colors of #FB50A0
Black with #FB50A0
Text Example
Text Example
White with #FB50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50A0; }
p { color: rgb(251,80,160); }
H1.HeaderClassName
{
color: #FB50A0;
}
.AnyTagClassName
{
color: #FB50A0;
}
</style>
background-color css
<style>
a { background-color: #FB50A0; }
a { background-color: rgb(251,80,160); }
div.DivClassName
{
background-color: #FB50A0;
}
.BgClassName
{
background-color: #FB50A0;
}
</style>
border-color css
<style>
span { border-color: #FB50A0; }
span { border-color: rgb(251,80,160); }
td.TdClassName
{
border-color: #FB50A0;
}
.TagClassName
{
border-color: #FB50A0;
}
</style>