Shades of Brilliant Rose #F559AF
Tints of Brilliant Rose #F559AF
RGB
CMYK
RGB Variations
Color information
#F559AF (or 0xF559AF) is known color: Brilliant Rose. HEX triplet: F5, 59 and AF. RGB value is (245,89,175). Sum of RGB (Red+Green+Blue) = 245+89+175=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 89 (35.16% from 255 or 17.49% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F559AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F559AF is #0AA650. Grayscale: #919191. Windows color (decimal): -697937 or 11491829. OLE color: 11491829.
HSL color Cylindrical-coordinate representation of color #F559AF: hue angle of 326.92º 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 #F559AF is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 175 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.04 |
| HSL | 326.92º | 0.89% | 0.65% | - |
| HSV(B) | 326.92º | 0.64% | 0.96% | - |
| XYZ | 48.97 | 29.65 | 43.7 | - |
| YUV | 145.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 175 | 0 | 0.64 | 0.29 | 0.04 | 326.92 | 0.89 | 0.65 |
| Hex | F5 | 59 | AF | 0 | 40 | 1D | 4 | 147 | 59 | 41 |
| Octal | 365 | 131 | 257 | 0 | 100 | 35 | 4 | 507 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10101111 | 0 | 1000000 | 11101 | 100 | 101000111 | 1011001 | 1000001 |
Color Harmonies of #F559AF
Complementary color
Monochromatic Colors of #F559AF
Black with #F559AF
Text Example
Text Example
White with #F559AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559AF; }
p { color: rgb(245,89,175); }
H1.HeaderClassName
{
color: #F559AF;
}
.AnyTagClassName
{
color: #F559AF;
}
</style>
background-color css
<style>
a { background-color: #F559AF; }
a { background-color: rgb(245,89,175); }
div.DivClassName
{
background-color: #F559AF;
}
.BgClassName
{
background-color: #F559AF;
}
</style>
border-color css
<style>
span { border-color: #F559AF; }
span { border-color: rgb(245,89,175); }
td.TdClassName
{
border-color: #F559AF;
}
.TagClassName
{
border-color: #F559AF;
}
</style>