Shades of Brilliant Rose #FB55A0
Tints of Brilliant Rose #FB55A0
RGB
CMYK
RGB Variations
Color information
#FB55A0 (or 0xFB55A0) is known color: Brilliant Rose. HEX triplet: FB, 55 and A0. RGB value is (251,85,160). Sum of RGB (Red+Green+Blue) = 251+85+160=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55A0 is #04AA5F. Grayscale: #8F8F8F. Windows color (decimal): -305760 or 10507771. OLE color: 10507771.
HSL color Cylindrical-coordinate representation of color #FB55A0: hue angle of 332.89º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55A0 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 160 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.02 |
| HSL | 332.89º | 0.95% | 0.66% | - |
| HSV(B) | 332.89º | 0.66% | 0.98% | - |
| XYZ | 49.38 | 29.54 | 36.36 | - |
| YUV | 143.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 160 | 0 | 0.66 | 0.36 | 0.02 | 332.89 | 0.95 | 0.66 |
| Hex | FB | 55 | A0 | 0 | 42 | 24 | 2 | 14D | 5F | 42 |
| Octal | 373 | 125 | 240 | 0 | 102 | 44 | 2 | 515 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10100000 | 0 | 1000010 | 100100 | 10 | 101001101 | 1011111 | 1000010 |
Color Harmonies of #FB55A0
Complementary color
Monochromatic Colors of #FB55A0
Black with #FB55A0
Text Example
Text Example
White with #FB55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55A0; }
p { color: rgb(251,85,160); }
H1.HeaderClassName
{
color: #FB55A0;
}
.AnyTagClassName
{
color: #FB55A0;
}
</style>
background-color css
<style>
a { background-color: #FB55A0; }
a { background-color: rgb(251,85,160); }
div.DivClassName
{
background-color: #FB55A0;
}
.BgClassName
{
background-color: #FB55A0;
}
</style>
border-color css
<style>
span { border-color: #FB55A0; }
span { border-color: rgb(251,85,160); }
td.TdClassName
{
border-color: #FB55A0;
}
.TagClassName
{
border-color: #FB55A0;
}
</style>