Shades of Brilliant Rose #FB55A1
Tints of Brilliant Rose #FB55A1
RGB
CMYK
RGB Variations
Color information
#FB55A1 (or 0xFB55A1) is known color: Brilliant Rose. HEX triplet: FB, 55 and A1. RGB value is (251,85,161). Sum of RGB (Red+Green+Blue) = 251+85+161=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55A1 is #04AA5E. Grayscale: #8F8F8F. Windows color (decimal): -305759 or 10573307. OLE color: 10573307.
HSL color Cylindrical-coordinate representation of color #FB55A1: hue angle of 332.53º 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 #FB55A1 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 161 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.02 |
| HSL | 332.53º | 0.95% | 0.66% | - |
| HSV(B) | 332.53º | 0.66% | 0.98% | - |
| XYZ | 49.47 | 29.58 | 36.82 | - |
| YUV | 143.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 161 | 0 | 0.66 | 0.36 | 0.02 | 332.53 | 0.95 | 0.66 |
| Hex | FB | 55 | A1 | 0 | 42 | 24 | 2 | 14D | 5F | 42 |
| Octal | 373 | 125 | 241 | 0 | 102 | 44 | 2 | 515 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10100001 | 0 | 1000010 | 100100 | 10 | 101001101 | 1011111 | 1000010 |
Color Harmonies of #FB55A1
Complementary color
Monochromatic Colors of #FB55A1
Black with #FB55A1
Text Example
Text Example
White with #FB55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55A1; }
p { color: rgb(251,85,161); }
H1.HeaderClassName
{
color: #FB55A1;
}
.AnyTagClassName
{
color: #FB55A1;
}
</style>
background-color css
<style>
a { background-color: #FB55A1; }
a { background-color: rgb(251,85,161); }
div.DivClassName
{
background-color: #FB55A1;
}
.BgClassName
{
background-color: #FB55A1;
}
</style>
border-color css
<style>
span { border-color: #FB55A1; }
span { border-color: rgb(251,85,161); }
td.TdClassName
{
border-color: #FB55A1;
}
.TagClassName
{
border-color: #FB55A1;
}
</style>