Shades of Brilliant Rose #FF52B5
Tints of Brilliant Rose #FF52B5
RGB
CMYK
RGB Variations
Color information
#FF52B5 (or 0xFF52B5) is known color: Brilliant Rose. HEX triplet: FF, 52 and B5. RGB value is (255,82,181). Sum of RGB (Red+Green+Blue) = 255+82+181=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52B5 is #00AD4A. Grayscale: #909090. Windows color (decimal): -44363 or 11883263. OLE color: 11883263.
HSL color Cylindrical-coordinate representation of color #FF52B5: hue angle of 325.66º 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 #FF52B5 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 181 | - |
| CMYK | 0 | 0.68 | 0.29 | 0 |
| HSL | 325.66º | 1% | 0.66% | - |
| HSV(B) | 325.66º | 0.68% | 1% | - |
| XYZ | 52.6 | 30.63 | 46.86 | - |
| YUV | 145.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 181 | 0 | 0.68 | 0.29 | 0 | 325.66 | 1 | 0.66 |
| Hex | FF | 52 | B5 | 0 | 44 | 1D | 0 | 146 | 64 | 42 |
| Octal | 377 | 122 | 265 | 0 | 104 | 35 | 0 | 506 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10110101 | 0 | 1000100 | 11101 | 0 | 101000110 | 1100100 | 1000010 |
Color Harmonies of #FF52B5
Complementary color
Monochromatic Colors of #FF52B5
Black with #FF52B5
Text Example
Text Example
White with #FF52B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52B5; }
p { color: rgb(255,82,181); }
H1.HeaderClassName
{
color: #FF52B5;
}
.AnyTagClassName
{
color: #FF52B5;
}
</style>
background-color css
<style>
a { background-color: #FF52B5; }
a { background-color: rgb(255,82,181); }
div.DivClassName
{
background-color: #FF52B5;
}
.BgClassName
{
background-color: #FF52B5;
}
</style>
border-color css
<style>
span { border-color: #FF52B5; }
span { border-color: rgb(255,82,181); }
td.TdClassName
{
border-color: #FF52B5;
}
.TagClassName
{
border-color: #FF52B5;
}
</style>