Shades of Brilliant Rose #FF52AC
Tints of Brilliant Rose #FF52AC
RGB
CMYK
RGB Variations
Color information
#FF52AC (or 0xFF52AC) is known color: Brilliant Rose. HEX triplet: FF, 52 and AC. RGB value is (255,82,172). Sum of RGB (Red+Green+Blue) = 255+82+172=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52AC is #00AD53. Grayscale: #8F8F8F. Windows color (decimal): -44372 or 11293439. OLE color: 11293439.
HSL color Cylindrical-coordinate representation of color #FF52AC: hue angle of 328.79º 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 #FF52AC is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 172 | - |
| CMYK | 0 | 0.68 | 0.33 | 0 |
| HSL | 328.79º | 1% | 0.66% | - |
| HSV(B) | 328.79º | 0.68% | 1% | - |
| XYZ | 51.7 | 30.27 | 42.15 | - |
| YUV | 143.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 172 | 0 | 0.68 | 0.33 | 0 | 328.79 | 1 | 0.66 |
| Hex | FF | 52 | AC | 0 | 44 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 122 | 254 | 0 | 104 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10101100 | 0 | 1000100 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF52AC
Complementary color
Monochromatic Colors of #FF52AC
Black with #FF52AC
Text Example
Text Example
White with #FF52AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52AC; }
p { color: rgb(255,82,172); }
H1.HeaderClassName
{
color: #FF52AC;
}
.AnyTagClassName
{
color: #FF52AC;
}
</style>
background-color css
<style>
a { background-color: #FF52AC; }
a { background-color: rgb(255,82,172); }
div.DivClassName
{
background-color: #FF52AC;
}
.BgClassName
{
background-color: #FF52AC;
}
</style>
border-color css
<style>
span { border-color: #FF52AC; }
span { border-color: rgb(255,82,172); }
td.TdClassName
{
border-color: #FF52AC;
}
.TagClassName
{
border-color: #FF52AC;
}
</style>