Shades of Brilliant Rose #FF52B2
Tints of Brilliant Rose #FF52B2
RGB
CMYK
RGB Variations
Color information
#FF52B2 (or 0xFF52B2) is known color: Brilliant Rose. HEX triplet: FF, 52 and B2. RGB value is (255,82,178). Sum of RGB (Red+Green+Blue) = 255+82+178=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52B2 is #00AD4D. Grayscale: #909090. Windows color (decimal): -44366 or 11686655. OLE color: 11686655.
HSL color Cylindrical-coordinate representation of color #FF52B2: hue angle of 326.71º 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 #FF52B2 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 178 | - |
| CMYK | 0 | 0.68 | 0.30 | 0 |
| HSL | 326.71º | 1% | 0.66% | - |
| HSV(B) | 326.71º | 0.68% | 1% | - |
| XYZ | 52.29 | 30.51 | 45.25 | - |
| YUV | 144.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 178 | 0 | 0.68 | 0.30 | 0 | 326.71 | 1 | 0.66 |
| Hex | FF | 52 | B2 | 0 | 44 | 1E | 0 | 147 | 64 | 42 |
| Octal | 377 | 122 | 262 | 0 | 104 | 36 | 0 | 507 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10110010 | 0 | 1000100 | 11110 | 0 | 101000111 | 1100100 | 1000010 |
Color Harmonies of #FF52B2
Complementary color
Monochromatic Colors of #FF52B2
Black with #FF52B2
Text Example
Text Example
White with #FF52B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52B2; }
p { color: rgb(255,82,178); }
H1.HeaderClassName
{
color: #FF52B2;
}
.AnyTagClassName
{
color: #FF52B2;
}
</style>
background-color css
<style>
a { background-color: #FF52B2; }
a { background-color: rgb(255,82,178); }
div.DivClassName
{
background-color: #FF52B2;
}
.BgClassName
{
background-color: #FF52B2;
}
</style>
border-color css
<style>
span { border-color: #FF52B2; }
span { border-color: rgb(255,82,178); }
td.TdClassName
{
border-color: #FF52B2;
}
.TagClassName
{
border-color: #FF52B2;
}
</style>