Shades of Brilliant Rose #FF52AB
Tints of Brilliant Rose #FF52AB
RGB
CMYK
RGB Variations
Color information
#FF52AB (or 0xFF52AB) is known color: Brilliant Rose. HEX triplet: FF, 52 and AB. RGB value is (255,82,171). Sum of RGB (Red+Green+Blue) = 255+82+171=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF52AB is #00AD54. Grayscale: #8F8F8F. Windows color (decimal): -44373 or 11227903. OLE color: 11227903.
HSL color Cylindrical-coordinate representation of color #FF52AB: hue angle of 329.13º 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 #FF52AB is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 171 | - |
| CMYK | 0 | 0.68 | 0.33 | 0 |
| HSL | 329.13º | 1% | 0.66% | - |
| HSV(B) | 329.13º | 0.68% | 1% | - |
| XYZ | 51.61 | 30.23 | 41.64 | - |
| YUV | 143.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 171 | 0 | 0.68 | 0.33 | 0 | 329.13 | 1 | 0.66 |
| Hex | FF | 52 | AB | 0 | 44 | 21 | 0 | 149 | 64 | 42 |
| Octal | 377 | 122 | 253 | 0 | 104 | 41 | 0 | 511 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10101011 | 0 | 1000100 | 100001 | 0 | 101001001 | 1100100 | 1000010 |
Color Harmonies of #FF52AB
Complementary color
Monochromatic Colors of #FF52AB
Black with #FF52AB
Text Example
Text Example
White with #FF52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF52AB; }
p { color: rgb(255,82,171); }
H1.HeaderClassName
{
color: #FF52AB;
}
.AnyTagClassName
{
color: #FF52AB;
}
</style>
background-color css
<style>
a { background-color: #FF52AB; }
a { background-color: rgb(255,82,171); }
div.DivClassName
{
background-color: #FF52AB;
}
.BgClassName
{
background-color: #FF52AB;
}
</style>
border-color css
<style>
span { border-color: #FF52AB; }
span { border-color: rgb(255,82,171); }
td.TdClassName
{
border-color: #FF52AB;
}
.TagClassName
{
border-color: #FF52AB;
}
</style>