Shades of Brilliant Rose #F559AA
Tints of Brilliant Rose #F559AA
RGB
CMYK
RGB Variations
Color information
#F559AA (or 0xF559AA) is known color: Brilliant Rose. HEX triplet: F5, 59 and AA. RGB value is (245,89,170). Sum of RGB (Red+Green+Blue) = 245+89+170=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F559AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F559AA is #0AA655. Grayscale: #909090. Windows color (decimal): -697942 or 11164149. OLE color: 11164149.
HSL color Cylindrical-coordinate representation of color #F559AA: hue angle of 328.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559AA is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 170 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 328.85º | 0.89% | 0.65% | - |
| HSV(B) | 328.85º | 0.64% | 0.96% | - |
| XYZ | 48.48 | 29.46 | 41.16 | - |
| YUV | 144.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 170 | 0 | 0.64 | 0.31 | 0.04 | 328.85 | 0.89 | 0.65 |
| Hex | F5 | 59 | AA | 0 | 40 | 1F | 4 | 149 | 59 | 41 |
| Octal | 365 | 131 | 252 | 0 | 100 | 37 | 4 | 511 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10101010 | 0 | 1000000 | 11111 | 100 | 101001001 | 1011001 | 1000001 |
Color Harmonies of #F559AA
Complementary color
Monochromatic Colors of #F559AA
Black with #F559AA
Text Example
Text Example
White with #F559AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559AA; }
p { color: rgb(245,89,170); }
H1.HeaderClassName
{
color: #F559AA;
}
.AnyTagClassName
{
color: #F559AA;
}
</style>
background-color css
<style>
a { background-color: #F559AA; }
a { background-color: rgb(245,89,170); }
div.DivClassName
{
background-color: #F559AA;
}
.BgClassName
{
background-color: #F559AA;
}
</style>
border-color css
<style>
span { border-color: #F559AA; }
span { border-color: rgb(245,89,170); }
td.TdClassName
{
border-color: #F559AA;
}
.TagClassName
{
border-color: #F559AA;
}
</style>