Shades of Brilliant Rose #FF539F
Tints of Brilliant Rose #FF539F
RGB
CMYK
RGB Variations
Color information
#FF539F (or 0xFF539F) is known color: Brilliant Rose. HEX triplet: FF, 53 and 9F. RGB value is (255,83,159). Sum of RGB (Red+Green+Blue) = 255+83+159=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF539F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF539F is #00AC60. Grayscale: #8E8E8E. Windows color (decimal): -44129 or 10441727. OLE color: 10441727.
HSL color Cylindrical-coordinate representation of color #FF539F: hue angle of 333.49º 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 #FF539F is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 159 | - |
| CMYK | 0 | 0.67 | 0.38 | 0 |
| HSL | 333.49º | 1% | 0.66% | - |
| HSV(B) | 333.49º | 0.67% | 1% | - |
| XYZ | 50.59 | 29.95 | 35.92 | - |
| YUV | 143.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 159 | 0 | 0.67 | 0.38 | 0 | 333.49 | 1 | 0.66 |
| Hex | FF | 53 | 9F | 0 | 43 | 26 | 0 | 14D | 64 | 42 |
| Octal | 377 | 123 | 237 | 0 | 103 | 46 | 0 | 515 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10011111 | 0 | 1000011 | 100110 | 0 | 101001101 | 1100100 | 1000010 |
Color Harmonies of #FF539F
Complementary color
Monochromatic Colors of #FF539F
Black with #FF539F
Text Example
Text Example
White with #FF539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF539F; }
p { color: rgb(255,83,159); }
H1.HeaderClassName
{
color: #FF539F;
}
.AnyTagClassName
{
color: #FF539F;
}
</style>
background-color css
<style>
a { background-color: #FF539F; }
a { background-color: rgb(255,83,159); }
div.DivClassName
{
background-color: #FF539F;
}
.BgClassName
{
background-color: #FF539F;
}
</style>
border-color css
<style>
span { border-color: #FF539F; }
span { border-color: rgb(255,83,159); }
td.TdClassName
{
border-color: #FF539F;
}
.TagClassName
{
border-color: #FF539F;
}
</style>