Shades of Brilliant Rose #FF5AAA
Tints of Brilliant Rose #FF5AAA
RGB
CMYK
RGB Variations
Color information
#FF5AAA (or 0xFF5AAA) is known color: Brilliant Rose. HEX triplet: FF, 5A and AA. RGB value is (255,90,170). Sum of RGB (Red+Green+Blue) = 255+90+170=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AAA is #00A555. Grayscale: #949494. Windows color (decimal): -42326 or 11164415. OLE color: 11164415.
HSL color Cylindrical-coordinate representation of color #FF5AAA: hue angle of 330.91º 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 #FF5AAA is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 170 | - |
| CMYK | 0 | 0.65 | 0.33 | 0 |
| HSL | 330.91º | 1% | 0.68% | - |
| HSV(B) | 330.91º | 0.65% | 1% | - |
| XYZ | 52.15 | 31.47 | 41.36 | - |
| YUV | 148.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 170 | 0 | 0.65 | 0.33 | 0 | 330.91 | 1 | 0.68 |
| Hex | FF | 5A | AA | 0 | 41 | 21 | 0 | 14B | 64 | 44 |
| Octal | 377 | 132 | 252 | 0 | 101 | 41 | 0 | 513 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10101010 | 0 | 1000001 | 100001 | 0 | 101001011 | 1100100 | 1000100 |
Color Harmonies of #FF5AAA
Complementary color
Monochromatic Colors of #FF5AAA
Black with #FF5AAA
Text Example
Text Example
White with #FF5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AAA; }
p { color: rgb(255,90,170); }
H1.HeaderClassName
{
color: #FF5AAA;
}
.AnyTagClassName
{
color: #FF5AAA;
}
</style>
background-color css
<style>
a { background-color: #FF5AAA; }
a { background-color: rgb(255,90,170); }
div.DivClassName
{
background-color: #FF5AAA;
}
.BgClassName
{
background-color: #FF5AAA;
}
</style>
border-color css
<style>
span { border-color: #FF5AAA; }
span { border-color: rgb(255,90,170); }
td.TdClassName
{
border-color: #FF5AAA;
}
.TagClassName
{
border-color: #FF5AAA;
}
</style>