Shades of Brilliant Rose #F059A5
Tints of Brilliant Rose #F059A5
RGB
CMYK
RGB Variations
Color information
#F059A5 (or 0xF059A5) is known color: Brilliant Rose. HEX triplet: F0, 59 and A5. RGB value is (240,89,165). Sum of RGB (Red+Green+Blue) = 240+89+165=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F059A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059A5 is #0FA65A. Grayscale: #8E8E8E. Windows color (decimal): -1025627 or 10836464. OLE color: 10836464.
HSL color Cylindrical-coordinate representation of color #F059A5: hue angle of 329.8º 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 #F059A5 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 165 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.06 |
| HSL | 329.8º | 0.83% | 0.65% | - |
| HSV(B) | 329.8º | 0.63% | 0.94% | - |
| XYZ | 46.3 | 28.39 | 38.64 | - |
| YUV | 142.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 165 | 0 | 0.63 | 0.31 | 0.06 | 329.8 | 0.83 | 0.65 |
| Hex | F0 | 59 | A5 | 0 | 3F | 1F | 6 | 14A | 53 | 41 |
| Octal | 360 | 131 | 245 | 0 | 77 | 37 | 6 | 512 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10100101 | 0 | 111111 | 11111 | 110 | 101001010 | 1010011 | 1000001 |
Color Harmonies of #F059A5
Complementary color
Monochromatic Colors of #F059A5
Black with #F059A5
Text Example
Text Example
White with #F059A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059A5; }
p { color: rgb(240,89,165); }
H1.HeaderClassName
{
color: #F059A5;
}
.AnyTagClassName
{
color: #F059A5;
}
</style>
background-color css
<style>
a { background-color: #F059A5; }
a { background-color: rgb(240,89,165); }
div.DivClassName
{
background-color: #F059A5;
}
.BgClassName
{
background-color: #F059A5;
}
</style>
border-color css
<style>
span { border-color: #F059A5; }
span { border-color: rgb(240,89,165); }
td.TdClassName
{
border-color: #F059A5;
}
.TagClassName
{
border-color: #F059A5;
}
</style>