Shades of Brilliant Rose #FF52B0
Tints of Brilliant Rose #FF52B0
RGB
CMYK
RGB Variations
Color information
#FF52B0 (or 0xFF52B0) is known color: Brilliant Rose. HEX triplet: FF, 52 and B0. RGB value is (255,82,176). Sum of RGB (Red+Green+Blue) = 255+82+176=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52B0 is #00AD4F. Grayscale: #909090. Windows color (decimal): -44368 or 11555583. OLE color: 11555583.
HSL color Cylindrical-coordinate representation of color #FF52B0: hue angle of 327.4º 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 #FF52B0 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 176 | - |
| CMYK | 0 | 0.68 | 0.31 | 0 |
| HSL | 327.4º | 1% | 0.66% | - |
| HSV(B) | 327.4º | 0.68% | 1% | - |
| XYZ | 52.09 | 30.43 | 44.2 | - |
| YUV | 144.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 176 | 0 | 0.68 | 0.31 | 0 | 327.4 | 1 | 0.66 |
| Hex | FF | 52 | B0 | 0 | 44 | 1F | 0 | 147 | 64 | 42 |
| Octal | 377 | 122 | 260 | 0 | 104 | 37 | 0 | 507 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10110000 | 0 | 1000100 | 11111 | 0 | 101000111 | 1100100 | 1000010 |
Color Harmonies of #FF52B0
Complementary color
Monochromatic Colors of #FF52B0
Black with #FF52B0
Text Example
Text Example
White with #FF52B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52B0; }
p { color: rgb(255,82,176); }
H1.HeaderClassName
{
color: #FF52B0;
}
.AnyTagClassName
{
color: #FF52B0;
}
</style>
background-color css
<style>
a { background-color: #FF52B0; }
a { background-color: rgb(255,82,176); }
div.DivClassName
{
background-color: #FF52B0;
}
.BgClassName
{
background-color: #FF52B0;
}
</style>
border-color css
<style>
span { border-color: #FF52B0; }
span { border-color: rgb(255,82,176); }
td.TdClassName
{
border-color: #FF52B0;
}
.TagClassName
{
border-color: #FF52B0;
}
</style>