Shades of Brilliant Rose #FF529B
Tints of Brilliant Rose #FF529B
RGB
CMYK
RGB Variations
Color information
#FF529B (or 0xFF529B) is known color: Brilliant Rose. HEX triplet: FF, 52 and 9B. RGB value is (255,82,155). Sum of RGB (Red+Green+Blue) = 255+82+155=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF529B is #00AD64. Grayscale: #8D8D8D. Windows color (decimal): -44389 or 10179327. OLE color: 10179327.
HSL color Cylindrical-coordinate representation of color #FF529B: hue angle of 334.68º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF529B is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 155 | - |
| CMYK | 0 | 0.68 | 0.39 | 0 |
| HSL | 334.68º | 1% | 0.66% | - |
| HSV(B) | 334.68º | 0.68% | 1% | - |
| XYZ | 50.17 | 29.66 | 34.09 | - |
| YUV | 142.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 155 | 0 | 0.68 | 0.39 | 0 | 334.68 | 1 | 0.66 |
| Hex | FF | 52 | 9B | 0 | 44 | 27 | 0 | 14F | 64 | 42 |
| Octal | 377 | 122 | 233 | 0 | 104 | 47 | 0 | 517 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10011011 | 0 | 1000100 | 100111 | 0 | 101001111 | 1100100 | 1000010 |
Color Harmonies of #FF529B
Complementary color
Monochromatic Colors of #FF529B
Black with #FF529B
Text Example
Text Example
White with #FF529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF529B; }
p { color: rgb(255,82,155); }
H1.HeaderClassName
{
color: #FF529B;
}
.AnyTagClassName
{
color: #FF529B;
}
</style>
background-color css
<style>
a { background-color: #FF529B; }
a { background-color: rgb(255,82,155); }
div.DivClassName
{
background-color: #FF529B;
}
.BgClassName
{
background-color: #FF529B;
}
</style>
border-color css
<style>
span { border-color: #FF529B; }
span { border-color: rgb(255,82,155); }
td.TdClassName
{
border-color: #FF529B;
}
.TagClassName
{
border-color: #FF529B;
}
</style>