Shades of Brilliant Rose #FB5BAC
Tints of Brilliant Rose #FB5BAC
RGB
CMYK
RGB Variations
Color information
#FB5BAC (or 0xFB5BAC) is known color: Brilliant Rose. HEX triplet: FB, 5B and AC. RGB value is (251,91,172). Sum of RGB (Red+Green+Blue) = 251+91+172=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BAC is #04A453. Grayscale: #939393. Windows color (decimal): -304212 or 11295739. OLE color: 11295739.
HSL color Cylindrical-coordinate representation of color #FB5BAC: hue angle of 329.62º 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 #FB5BAC is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 172 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.02 |
| HSL | 329.63º | 0.95% | 0.67% | - |
| HSV(B) | 329.63º | 0.64% | 0.98% | - |
| XYZ | 50.97 | 30.97 | 42.32 | - |
| YUV | 148.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 172 | 0 | 0.64 | 0.31 | 0.02 | 329.63 | 0.95 | 0.67 |
| Hex | FB | 5B | AC | 0 | 40 | 1F | 2 | 14A | 5F | 43 |
| Octal | 373 | 133 | 254 | 0 | 100 | 37 | 2 | 512 | 137 | 103 |
| Binary | 11111011 | 1011011 | 10101100 | 0 | 1000000 | 11111 | 10 | 101001010 | 1011111 | 1000011 |
Color Harmonies of #FB5BAC
Complementary color
Monochromatic Colors of #FB5BAC
Black with #FB5BAC
Text Example
Text Example
White with #FB5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BAC; }
p { color: rgb(251,91,172); }
H1.HeaderClassName
{
color: #FB5BAC;
}
.AnyTagClassName
{
color: #FB5BAC;
}
</style>
background-color css
<style>
a { background-color: #FB5BAC; }
a { background-color: rgb(251,91,172); }
div.DivClassName
{
background-color: #FB5BAC;
}
.BgClassName
{
background-color: #FB5BAC;
}
</style>
border-color css
<style>
span { border-color: #FB5BAC; }
span { border-color: rgb(251,91,172); }
td.TdClassName
{
border-color: #FB5BAC;
}
.TagClassName
{
border-color: #FB5BAC;
}
</style>