Shades of Brilliant Rose #FB50AD
Tints of Brilliant Rose #FB50AD
RGB
CMYK
RGB Variations
Color information
#FB50AD (or 0xFB50AD) is known color: Brilliant Rose. HEX triplet: FB, 50 and AD. RGB value is (251,80,173). Sum of RGB (Red+Green+Blue) = 251+80+173=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50AD is #04AF52. Grayscale: #8D8D8D. Windows color (decimal): -307027 or 11358459. OLE color: 11358459.
HSL color Cylindrical-coordinate representation of color #FB50AD: hue angle of 327.37º 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 #FB50AD is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 173 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.02 |
| HSL | 327.37º | 0.96% | 0.65% | - |
| HSV(B) | 327.37º | 0.68% | 0.98% | - |
| XYZ | 50.2 | 29.26 | 42.54 | - |
| YUV | 141.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 173 | 0 | 0.68 | 0.31 | 0.02 | 327.37 | 0.96 | 0.65 |
| Hex | FB | 50 | AD | 0 | 44 | 1F | 2 | 147 | 60 | 41 |
| Octal | 373 | 120 | 255 | 0 | 104 | 37 | 2 | 507 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10101101 | 0 | 1000100 | 11111 | 10 | 101000111 | 1100000 | 1000001 |
Color Harmonies of #FB50AD
Complementary color
Monochromatic Colors of #FB50AD
Black with #FB50AD
Text Example
Text Example
White with #FB50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50AD; }
p { color: rgb(251,80,173); }
H1.HeaderClassName
{
color: #FB50AD;
}
.AnyTagClassName
{
color: #FB50AD;
}
</style>
background-color css
<style>
a { background-color: #FB50AD; }
a { background-color: rgb(251,80,173); }
div.DivClassName
{
background-color: #FB50AD;
}
.BgClassName
{
background-color: #FB50AD;
}
</style>
border-color css
<style>
span { border-color: #FB50AD; }
span { border-color: rgb(251,80,173); }
td.TdClassName
{
border-color: #FB50AD;
}
.TagClassName
{
border-color: #FB50AD;
}
</style>