Shades of Brilliant Rose #FF539B
Tints of Brilliant Rose #FF539B
RGB
CMYK
RGB Variations
Color information
#FF539B (or 0xFF539B) is known color: Brilliant Rose. HEX triplet: FF, 53 and 9B. RGB value is (255,83,155). Sum of RGB (Red+Green+Blue) = 255+83+155=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF539B is #00AC64. Grayscale: #8E8E8E. Windows color (decimal): -44133 or 10179583. OLE color: 10179583.
HSL color Cylindrical-coordinate representation of color #FF539B: hue angle of 334.88º 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 #FF539B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 155 | - |
| CMYK | 0 | 0.67 | 0.39 | 0 |
| HSL | 334.88º | 1% | 0.66% | - |
| HSV(B) | 334.88º | 0.67% | 1% | - |
| XYZ | 50.25 | 29.81 | 34.12 | - |
| YUV | 142.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 155 | 0 | 0.67 | 0.39 | 0 | 334.88 | 1 | 0.66 |
| Hex | FF | 53 | 9B | 0 | 43 | 27 | 0 | 14F | 64 | 42 |
| Octal | 377 | 123 | 233 | 0 | 103 | 47 | 0 | 517 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10011011 | 0 | 1000011 | 100111 | 0 | 101001111 | 1100100 | 1000010 |
Color Harmonies of #FF539B
Complementary color
Monochromatic Colors of #FF539B
Black with #FF539B
Text Example
Text Example
White with #FF539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF539B; }
p { color: rgb(255,83,155); }
H1.HeaderClassName
{
color: #FF539B;
}
.AnyTagClassName
{
color: #FF539B;
}
</style>
background-color css
<style>
a { background-color: #FF539B; }
a { background-color: rgb(255,83,155); }
div.DivClassName
{
background-color: #FF539B;
}
.BgClassName
{
background-color: #FF539B;
}
</style>
border-color css
<style>
span { border-color: #FF539B; }
span { border-color: rgb(255,83,155); }
td.TdClassName
{
border-color: #FF539B;
}
.TagClassName
{
border-color: #FF539B;
}
</style>