Shades of Brilliant Rose #FB55B0
Tints of Brilliant Rose #FB55B0
RGB
CMYK
RGB Variations
Color information
#FB55B0 (or 0xFB55B0) is known color: Brilliant Rose. HEX triplet: FB, 55 and B0. RGB value is (251,85,176). Sum of RGB (Red+Green+Blue) = 251+85+176=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB55B0 is #04AA4F. Grayscale: #909090. Windows color (decimal): -305744 or 11556347. OLE color: 11556347.
HSL color Cylindrical-coordinate representation of color #FB55B0: hue angle of 327.11º 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 #FB55B0 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 176 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.02 |
| HSL | 327.11º | 0.95% | 0.66% | - |
| HSV(B) | 327.11º | 0.66% | 0.98% | - |
| XYZ | 50.87 | 30.14 | 44.21 | - |
| YUV | 145.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 176 | 0 | 0.66 | 0.30 | 0.02 | 327.11 | 0.95 | 0.66 |
| Hex | FB | 55 | B0 | 0 | 42 | 1E | 2 | 147 | 5F | 42 |
| Octal | 373 | 125 | 260 | 0 | 102 | 36 | 2 | 507 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10110000 | 0 | 1000010 | 11110 | 10 | 101000111 | 1011111 | 1000010 |
Color Harmonies of #FB55B0
Complementary color
Monochromatic Colors of #FB55B0
Black with #FB55B0
Text Example
Text Example
White with #FB55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55B0; }
p { color: rgb(251,85,176); }
H1.HeaderClassName
{
color: #FB55B0;
}
.AnyTagClassName
{
color: #FB55B0;
}
</style>
background-color css
<style>
a { background-color: #FB55B0; }
a { background-color: rgb(251,85,176); }
div.DivClassName
{
background-color: #FB55B0;
}
.BgClassName
{
background-color: #FB55B0;
}
</style>
border-color css
<style>
span { border-color: #FB55B0; }
span { border-color: rgb(251,85,176); }
td.TdClassName
{
border-color: #FB55B0;
}
.TagClassName
{
border-color: #FB55B0;
}
</style>