Shades of Brilliant Rose #F059A1
Tints of Brilliant Rose #F059A1
RGB
CMYK
RGB Variations
Color information
#F059A1 (or 0xF059A1) is known color: Brilliant Rose. HEX triplet: F0, 59 and A1. RGB value is (240,89,161). Sum of RGB (Red+Green+Blue) = 240+89+161=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F059A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059A1 is #0FA65E. Grayscale: #8E8E8E. Windows color (decimal): -1025631 or 10574320. OLE color: 10574320.
HSL color Cylindrical-coordinate representation of color #F059A1: hue angle of 331.39º 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 #F059A1 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 161 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.06 |
| HSL | 331.39º | 0.83% | 0.65% | - |
| HSV(B) | 331.39º | 0.63% | 0.94% | - |
| XYZ | 45.94 | 28.24 | 36.75 | - |
| YUV | 142.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 161 | 0 | 0.63 | 0.33 | 0.06 | 331.39 | 0.83 | 0.65 |
| Hex | F0 | 59 | A1 | 0 | 3F | 21 | 6 | 14B | 53 | 41 |
| Octal | 360 | 131 | 241 | 0 | 77 | 41 | 6 | 513 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10100001 | 0 | 111111 | 100001 | 110 | 101001011 | 1010011 | 1000001 |
Color Harmonies of #F059A1
Complementary color
Monochromatic Colors of #F059A1
Black with #F059A1
Text Example
Text Example
White with #F059A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059A1; }
p { color: rgb(240,89,161); }
H1.HeaderClassName
{
color: #F059A1;
}
.AnyTagClassName
{
color: #F059A1;
}
</style>
background-color css
<style>
a { background-color: #F059A1; }
a { background-color: rgb(240,89,161); }
div.DivClassName
{
background-color: #F059A1;
}
.BgClassName
{
background-color: #F059A1;
}
</style>
border-color css
<style>
span { border-color: #F059A1; }
span { border-color: rgb(240,89,161); }
td.TdClassName
{
border-color: #F059A1;
}
.TagClassName
{
border-color: #F059A1;
}
</style>