Shades of Brilliant Rose #F559A8
Tints of Brilliant Rose #F559A8
RGB
CMYK
RGB Variations
Color information
#F559A8 (or 0xF559A8) is known color: Brilliant Rose. HEX triplet: F5, 59 and A8. RGB value is (245,89,168). Sum of RGB (Red+Green+Blue) = 245+89+168=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F559A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F559A8 is #0AA657. Grayscale: #909090. Windows color (decimal): -697944 or 11033077. OLE color: 11033077.
HSL color Cylindrical-coordinate representation of color #F559A8: hue angle of 329.62º 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 #F559A8 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 168 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.04 |
| HSL | 329.62º | 0.89% | 0.65% | - |
| HSV(B) | 329.62º | 0.64% | 0.96% | - |
| XYZ | 48.3 | 29.38 | 40.17 | - |
| YUV | 144.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 168 | 0 | 0.64 | 0.31 | 0.04 | 329.62 | 0.89 | 0.65 |
| Hex | F5 | 59 | A8 | 0 | 40 | 1F | 4 | 14A | 59 | 41 |
| Octal | 365 | 131 | 250 | 0 | 100 | 37 | 4 | 512 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10101000 | 0 | 1000000 | 11111 | 100 | 101001010 | 1011001 | 1000001 |
Color Harmonies of #F559A8
Complementary color
Monochromatic Colors of #F559A8
Black with #F559A8
Text Example
Text Example
White with #F559A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559A8; }
p { color: rgb(245,89,168); }
H1.HeaderClassName
{
color: #F559A8;
}
.AnyTagClassName
{
color: #F559A8;
}
</style>
background-color css
<style>
a { background-color: #F559A8; }
a { background-color: rgb(245,89,168); }
div.DivClassName
{
background-color: #F559A8;
}
.BgClassName
{
background-color: #F559A8;
}
</style>
border-color css
<style>
span { border-color: #F559A8; }
span { border-color: rgb(245,89,168); }
td.TdClassName
{
border-color: #F559A8;
}
.TagClassName
{
border-color: #F559A8;
}
</style>