Shades of Brilliant Rose #F059AD
Tints of Brilliant Rose #F059AD
RGB
CMYK
RGB Variations
Color information
#F059AD (or 0xF059AD) is known color: Brilliant Rose. HEX triplet: F0, 59 and AD. RGB value is (240,89,173). Sum of RGB (Red+Green+Blue) = 240+89+173=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F059AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059AD is #0FA652. Grayscale: #8F8F8F. Windows color (decimal): -1025619 or 11360752. OLE color: 11360752.
HSL color Cylindrical-coordinate representation of color #F059AD: hue angle of 326.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059AD is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 173 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.06 |
| HSL | 326.62º | 0.83% | 0.65% | - |
| HSV(B) | 326.62º | 0.63% | 0.94% | - |
| XYZ | 47.05 | 28.69 | 42.59 | - |
| YUV | 143.73 | 144.53 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 173 | 0 | 0.63 | 0.28 | 0.06 | 326.62 | 0.83 | 0.65 |
| Hex | F0 | 59 | AD | 0 | 3F | 1C | 6 | 147 | 53 | 41 |
| Octal | 360 | 131 | 255 | 0 | 77 | 34 | 6 | 507 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10101101 | 0 | 111111 | 11100 | 110 | 101000111 | 1010011 | 1000001 |
Color Harmonies of #F059AD
Complementary color
Monochromatic Colors of #F059AD
Black with #F059AD
Text Example
Text Example
White with #F059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059AD; }
p { color: rgb(240,89,173); }
H1.HeaderClassName
{
color: #F059AD;
}
.AnyTagClassName
{
color: #F059AD;
}
</style>
background-color css
<style>
a { background-color: #F059AD; }
a { background-color: rgb(240,89,173); }
div.DivClassName
{
background-color: #F059AD;
}
.BgClassName
{
background-color: #F059AD;
}
</style>
border-color css
<style>
span { border-color: #F059AD; }
span { border-color: rgb(240,89,173); }
td.TdClassName
{
border-color: #F059AD;
}
.TagClassName
{
border-color: #F059AD;
}
</style>