Shades of Brilliant Rose #FF55B0
Tints of Brilliant Rose #FF55B0
RGB
CMYK
RGB Variations
Color information
#FF55B0 (or 0xFF55B0) is known color: Brilliant Rose. HEX triplet: FF, 55 and B0. RGB value is (255,85,176). Sum of RGB (Red+Green+Blue) = 255+85+176=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF55B0 is #00AA4F. Grayscale: #929292. Windows color (decimal): -43600 or 11556351. OLE color: 11556351.
HSL color Cylindrical-coordinate representation of color #FF55B0: hue angle of 327.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55B0 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 176 | - |
| CMYK | 0 | 0.67 | 0.31 | 0 |
| HSL | 327.88º | 1% | 0.67% | - |
| HSV(B) | 327.88º | 0.67% | 1% | - |
| XYZ | 52.32 | 30.89 | 44.28 | - |
| YUV | 146.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 176 | 0 | 0.67 | 0.31 | 0 | 327.88 | 1 | 0.67 |
| Hex | FF | 55 | B0 | 0 | 43 | 1F | 0 | 148 | 64 | 43 |
| Octal | 377 | 125 | 260 | 0 | 103 | 37 | 0 | 510 | 144 | 103 |
| Binary | 11111111 | 1010101 | 10110000 | 0 | 1000011 | 11111 | 0 | 101001000 | 1100100 | 1000011 |
Color Harmonies of #FF55B0
Complementary color
Monochromatic Colors of #FF55B0
Black with #FF55B0
Text Example
Text Example
White with #FF55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55B0; }
p { color: rgb(255,85,176); }
H1.HeaderClassName
{
color: #FF55B0;
}
.AnyTagClassName
{
color: #FF55B0;
}
</style>
background-color css
<style>
a { background-color: #FF55B0; }
a { background-color: rgb(255,85,176); }
div.DivClassName
{
background-color: #FF55B0;
}
.BgClassName
{
background-color: #FF55B0;
}
</style>
border-color css
<style>
span { border-color: #FF55B0; }
span { border-color: rgb(255,85,176); }
td.TdClassName
{
border-color: #FF55B0;
}
.TagClassName
{
border-color: #FF55B0;
}
</style>