Shades of Brilliant Rose #FB50AC
Tints of Brilliant Rose #FB50AC
RGB
CMYK
RGB Variations
Color information
#FB50AC (or 0xFB50AC) is known color: Brilliant Rose. HEX triplet: FB, 50 and AC. RGB value is (251,80,172). Sum of RGB (Red+Green+Blue) = 251+80+172=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB50AC is #04AF53. Grayscale: #8D8D8D. Windows color (decimal): -307028 or 11292923. OLE color: 11292923.
HSL color Cylindrical-coordinate representation of color #FB50AC: hue angle of 327.72º 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 #FB50AC is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 172 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.02 |
| HSL | 327.72º | 0.96% | 0.65% | - |
| HSV(B) | 327.72º | 0.68% | 0.98% | - |
| XYZ | 50.1 | 29.23 | 42.03 | - |
| YUV | 141.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 172 | 0 | 0.68 | 0.31 | 0.02 | 327.72 | 0.96 | 0.65 |
| Hex | FB | 50 | AC | 0 | 44 | 1F | 2 | 148 | 60 | 41 |
| Octal | 373 | 120 | 254 | 0 | 104 | 37 | 2 | 510 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10101100 | 0 | 1000100 | 11111 | 10 | 101001000 | 1100000 | 1000001 |
Color Harmonies of #FB50AC
Complementary color
Monochromatic Colors of #FB50AC
Black with #FB50AC
Text Example
Text Example
White with #FB50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50AC; }
p { color: rgb(251,80,172); }
H1.HeaderClassName
{
color: #FB50AC;
}
.AnyTagClassName
{
color: #FB50AC;
}
</style>
background-color css
<style>
a { background-color: #FB50AC; }
a { background-color: rgb(251,80,172); }
div.DivClassName
{
background-color: #FB50AC;
}
.BgClassName
{
background-color: #FB50AC;
}
</style>
border-color css
<style>
span { border-color: #FB50AC; }
span { border-color: rgb(251,80,172); }
td.TdClassName
{
border-color: #FB50AC;
}
.TagClassName
{
border-color: #FB50AC;
}
</style>