Shades of Brilliant Rose #FF52B7
Tints of Brilliant Rose #FF52B7
RGB
CMYK
RGB Variations
Color information
#FF52B7 (or 0xFF52B7) is known color: Brilliant Rose. HEX triplet: FF, 52 and B7. RGB value is (255,82,183). Sum of RGB (Red+Green+Blue) = 255+82+183=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52B7 is #00AD48. Grayscale: #919191. Windows color (decimal): -44361 or 12014335. OLE color: 12014335.
HSL color Cylindrical-coordinate representation of color #FF52B7: hue angle of 324.97º 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 #FF52B7 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 183 | - |
| CMYK | 0 | 0.68 | 0.28 | 0 |
| HSL | 324.97º | 1% | 0.66% | - |
| HSV(B) | 324.97º | 0.68% | 1% | - |
| XYZ | 52.8 | 30.71 | 47.94 | - |
| YUV | 145.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 183 | 0 | 0.68 | 0.28 | 0 | 324.97 | 1 | 0.66 |
| Hex | FF | 52 | B7 | 0 | 44 | 1C | 0 | 145 | 64 | 42 |
| Octal | 377 | 122 | 267 | 0 | 104 | 34 | 0 | 505 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10110111 | 0 | 1000100 | 11100 | 0 | 101000101 | 1100100 | 1000010 |
Color Harmonies of #FF52B7
Complementary color
Monochromatic Colors of #FF52B7
Black with #FF52B7
Text Example
Text Example
White with #FF52B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52B7; }
p { color: rgb(255,82,183); }
H1.HeaderClassName
{
color: #FF52B7;
}
.AnyTagClassName
{
color: #FF52B7;
}
</style>
background-color css
<style>
a { background-color: #FF52B7; }
a { background-color: rgb(255,82,183); }
div.DivClassName
{
background-color: #FF52B7;
}
.BgClassName
{
background-color: #FF52B7;
}
</style>
border-color css
<style>
span { border-color: #FF52B7; }
span { border-color: rgb(255,82,183); }
td.TdClassName
{
border-color: #FF52B7;
}
.TagClassName
{
border-color: #FF52B7;
}
</style>