Shades of Brilliant Rose #FF529C
Tints of Brilliant Rose #FF529C
RGB
CMYK
RGB Variations
Color information
#FF529C (or 0xFF529C) is known color: Brilliant Rose. HEX triplet: FF, 52 and 9C. RGB value is (255,82,156). Sum of RGB (Red+Green+Blue) = 255+82+156=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF529C is #00AD63. Grayscale: #8E8E8E. Windows color (decimal): -44388 or 10244863. OLE color: 10244863.
HSL color Cylindrical-coordinate representation of color #FF529C: hue angle of 334.34º 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 #FF529C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 156 | - |
| CMYK | 0 | 0.68 | 0.39 | 0 |
| HSL | 334.34º | 1% | 0.66% | - |
| HSV(B) | 334.34º | 0.68% | 1% | - |
| XYZ | 50.26 | 29.69 | 34.54 | - |
| YUV | 142.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 156 | 0 | 0.68 | 0.39 | 0 | 334.34 | 1 | 0.66 |
| Hex | FF | 52 | 9C | 0 | 44 | 27 | 0 | 14E | 64 | 42 |
| Octal | 377 | 122 | 234 | 0 | 104 | 47 | 0 | 516 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10011100 | 0 | 1000100 | 100111 | 0 | 101001110 | 1100100 | 1000010 |
Color Harmonies of #FF529C
Complementary color
Monochromatic Colors of #FF529C
Black with #FF529C
Text Example
Text Example
White with #FF529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF529C; }
p { color: rgb(255,82,156); }
H1.HeaderClassName
{
color: #FF529C;
}
.AnyTagClassName
{
color: #FF529C;
}
</style>
background-color css
<style>
a { background-color: #FF529C; }
a { background-color: rgb(255,82,156); }
div.DivClassName
{
background-color: #FF529C;
}
.BgClassName
{
background-color: #FF529C;
}
</style>
border-color css
<style>
span { border-color: #FF529C; }
span { border-color: rgb(255,82,156); }
td.TdClassName
{
border-color: #FF529C;
}
.TagClassName
{
border-color: #FF529C;
}
</style>