Shades of Brilliant Rose #FB5BA6
Tints of Brilliant Rose #FB5BA6
RGB
CMYK
RGB Variations
Color information
#FB5BA6 (or 0xFB5BA6) is known color: Brilliant Rose. HEX triplet: FB, 5B and A6. RGB value is (251,91,166). Sum of RGB (Red+Green+Blue) = 251+91+166=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BA6 is #04A459. Grayscale: #939393. Windows color (decimal): -304218 or 10902523. OLE color: 10902523.
HSL color Cylindrical-coordinate representation of color #FB5BA6: hue angle of 331.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BA6 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 166 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.02 |
| HSL | 331.88º | 0.95% | 0.67% | - |
| HSV(B) | 331.88º | 0.64% | 0.98% | - |
| XYZ | 50.41 | 30.74 | 39.35 | - |
| YUV | 147.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 166 | 0 | 0.64 | 0.34 | 0.02 | 331.88 | 0.95 | 0.67 |
| Hex | FB | 5B | A6 | 0 | 40 | 22 | 2 | 14C | 5F | 43 |
| Octal | 373 | 133 | 246 | 0 | 100 | 42 | 2 | 514 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10100110 | 0 | 1000000 | 100010 | 10 | 101001100 | 1011111 | 1000011 |
Color Harmonies of #FB5BA6
Complementary color
Monochromatic Colors of #FB5BA6
Black with #FB5BA6
Text Example
Text Example
White with #FB5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BA6; }
p { color: rgb(251,91,166); }
H1.HeaderClassName
{
color: #FB5BA6;
}
.AnyTagClassName
{
color: #FB5BA6;
}
</style>
background-color css
<style>
a { background-color: #FB5BA6; }
a { background-color: rgb(251,91,166); }
div.DivClassName
{
background-color: #FB5BA6;
}
.BgClassName
{
background-color: #FB5BA6;
}
</style>
border-color css
<style>
span { border-color: #FB5BA6; }
span { border-color: rgb(251,91,166); }
td.TdClassName
{
border-color: #FB5BA6;
}
.TagClassName
{
border-color: #FB5BA6;
}
</style>