Shades of Brilliant Rose #FB5BA8
Tints of Brilliant Rose #FB5BA8
RGB
CMYK
RGB Variations
Color information
#FB5BA8 (or 0xFB5BA8) is known color: Brilliant Rose. HEX triplet: FB, 5B and A8. RGB value is (251,91,168). Sum of RGB (Red+Green+Blue) = 251+91+168=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BA8 is #04A457. Grayscale: #939393. Windows color (decimal): -304216 or 11033595. OLE color: 11033595.
HSL color Cylindrical-coordinate representation of color #FB5BA8: hue angle of 331.12º 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 #FB5BA8 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 168 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.02 |
| HSL | 331.13º | 0.95% | 0.67% | - |
| HSV(B) | 331.13º | 0.64% | 0.98% | - |
| XYZ | 50.59 | 30.82 | 40.33 | - |
| YUV | 147.62 | 139.51 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 168 | 0 | 0.64 | 0.33 | 0.02 | 331.13 | 0.95 | 0.67 |
| Hex | FB | 5B | A8 | 0 | 40 | 21 | 2 | 14B | 5F | 43 |
| Octal | 373 | 133 | 250 | 0 | 100 | 41 | 2 | 513 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10101000 | 0 | 1000000 | 100001 | 10 | 101001011 | 1011111 | 1000011 |
Color Harmonies of #FB5BA8
Complementary color
Monochromatic Colors of #FB5BA8
Black with #FB5BA8
Text Example
Text Example
White with #FB5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BA8; }
p { color: rgb(251,91,168); }
H1.HeaderClassName
{
color: #FB5BA8;
}
.AnyTagClassName
{
color: #FB5BA8;
}
</style>
background-color css
<style>
a { background-color: #FB5BA8; }
a { background-color: rgb(251,91,168); }
div.DivClassName
{
background-color: #FB5BA8;
}
.BgClassName
{
background-color: #FB5BA8;
}
</style>
border-color css
<style>
span { border-color: #FB5BA8; }
span { border-color: rgb(251,91,168); }
td.TdClassName
{
border-color: #FB5BA8;
}
.TagClassName
{
border-color: #FB5BA8;
}
</style>