Shades of Brilliant Rose #FF539A
Tints of Brilliant Rose #FF539A
RGB
CMYK
RGB Variations
Color information
#FF539A (or 0xFF539A) is known color: Brilliant Rose. HEX triplet: FF, 53 and 9A. RGB value is (255,83,154). Sum of RGB (Red+Green+Blue) = 255+83+154=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF539A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF539A is #00AC65. Grayscale: #8E8E8E. Windows color (decimal): -44134 or 10114047. OLE color: 10114047.
HSL color Cylindrical-coordinate representation of color #FF539A: hue angle of 335.23º 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 #FF539A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 154 | - |
| CMYK | 0 | 0.67 | 0.40 | 0 |
| HSL | 335.23º | 1% | 0.66% | - |
| HSV(B) | 335.23º | 0.67% | 1% | - |
| XYZ | 50.17 | 29.78 | 33.68 | - |
| YUV | 142.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 154 | 0 | 0.67 | 0.40 | 0 | 335.23 | 1 | 0.66 |
| Hex | FF | 53 | 9A | 0 | 43 | 28 | 0 | 14F | 64 | 42 |
| Octal | 377 | 123 | 232 | 0 | 103 | 50 | 0 | 517 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10011010 | 0 | 1000011 | 101000 | 0 | 101001111 | 1100100 | 1000010 |
Color Harmonies of #FF539A
Complementary color
Monochromatic Colors of #FF539A
Black with #FF539A
Text Example
Text Example
White with #FF539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF539A; }
p { color: rgb(255,83,154); }
H1.HeaderClassName
{
color: #FF539A;
}
.AnyTagClassName
{
color: #FF539A;
}
</style>
background-color css
<style>
a { background-color: #FF539A; }
a { background-color: rgb(255,83,154); }
div.DivClassName
{
background-color: #FF539A;
}
.BgClassName
{
background-color: #FF539A;
}
</style>
border-color css
<style>
span { border-color: #FF539A; }
span { border-color: rgb(255,83,154); }
td.TdClassName
{
border-color: #FF539A;
}
.TagClassName
{
border-color: #FF539A;
}
</style>