Shades of Brilliant Rose #FF54B0
Tints of Brilliant Rose #FF54B0
RGB
CMYK
RGB Variations
Color information
#FF54B0 (or 0xFF54B0) is known color: Brilliant Rose. HEX triplet: FF, 54 and B0. RGB value is (255,84,176). Sum of RGB (Red+Green+Blue) = 255+84+176=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF54B0 is #00AB4F. Grayscale: #919191. Windows color (decimal): -43856 or 11556095. OLE color: 11556095.
HSL color Cylindrical-coordinate representation of color #FF54B0: hue angle of 327.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54B0 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 176 | - |
| CMYK | 0 | 0.67 | 0.31 | 0 |
| HSL | 327.72º | 1% | 0.66% | - |
| HSV(B) | 327.72º | 0.67% | 1% | - |
| XYZ | 52.25 | 30.74 | 44.25 | - |
| YUV | 145.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 176 | 0 | 0.67 | 0.31 | 0 | 327.72 | 1 | 0.66 |
| Hex | FF | 54 | B0 | 0 | 43 | 1F | 0 | 148 | 64 | 42 |
| Octal | 377 | 124 | 260 | 0 | 103 | 37 | 0 | 510 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10110000 | 0 | 1000011 | 11111 | 0 | 101001000 | 1100100 | 1000010 |
Color Harmonies of #FF54B0
Complementary color
Monochromatic Colors of #FF54B0
Black with #FF54B0
Text Example
Text Example
White with #FF54B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54B0; }
p { color: rgb(255,84,176); }
H1.HeaderClassName
{
color: #FF54B0;
}
.AnyTagClassName
{
color: #FF54B0;
}
</style>
background-color css
<style>
a { background-color: #FF54B0; }
a { background-color: rgb(255,84,176); }
div.DivClassName
{
background-color: #FF54B0;
}
.BgClassName
{
background-color: #FF54B0;
}
</style>
border-color css
<style>
span { border-color: #FF54B0; }
span { border-color: rgb(255,84,176); }
td.TdClassName
{
border-color: #FF54B0;
}
.TagClassName
{
border-color: #FF54B0;
}
</style>