Shades of Brilliant Rose #FF5AAD
Tints of Brilliant Rose #FF5AAD
RGB
CMYK
RGB Variations
Color information
#FF5AAD (or 0xFF5AAD) is known color: Brilliant Rose. HEX triplet: FF, 5A and AD. RGB value is (255,90,173). Sum of RGB (Red+Green+Blue) = 255+90+173=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AAD is #00A552. Grayscale: #949494. Windows color (decimal): -42323 or 11361023. OLE color: 11361023.
HSL color Cylindrical-coordinate representation of color #FF5AAD: hue angle of 329.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AAD is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 173 | - |
| CMYK | 0 | 0.65 | 0.32 | 0 |
| HSL | 329.82º | 1% | 0.68% | - |
| HSV(B) | 329.82º | 0.65% | 1% | - |
| XYZ | 52.44 | 31.59 | 42.87 | - |
| YUV | 148.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 173 | 0 | 0.65 | 0.32 | 0 | 329.82 | 1 | 0.68 |
| Hex | FF | 5A | AD | 0 | 41 | 20 | 0 | 14A | 64 | 44 |
| Octal | 377 | 132 | 255 | 0 | 101 | 40 | 0 | 512 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10101101 | 0 | 1000001 | 100000 | 0 | 101001010 | 1100100 | 1000100 |
Color Harmonies of #FF5AAD
Complementary color
Monochromatic Colors of #FF5AAD
Black with #FF5AAD
Text Example
Text Example
White with #FF5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AAD; }
p { color: rgb(255,90,173); }
H1.HeaderClassName
{
color: #FF5AAD;
}
.AnyTagClassName
{
color: #FF5AAD;
}
</style>
background-color css
<style>
a { background-color: #FF5AAD; }
a { background-color: rgb(255,90,173); }
div.DivClassName
{
background-color: #FF5AAD;
}
.BgClassName
{
background-color: #FF5AAD;
}
</style>
border-color css
<style>
span { border-color: #FF5AAD; }
span { border-color: rgb(255,90,173); }
td.TdClassName
{
border-color: #FF5AAD;
}
.TagClassName
{
border-color: #FF5AAD;
}
</style>