Shades of Brilliant Rose #F059AA
Tints of Brilliant Rose #F059AA
RGB
CMYK
RGB Variations
Color information
#F059AA (or 0xF059AA) is known color: Brilliant Rose. HEX triplet: F0, 59 and AA. RGB value is (240,89,170). Sum of RGB (Red+Green+Blue) = 240+89+170=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F059AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059AA is #0FA655. Grayscale: #8F8F8F. Windows color (decimal): -1025622 or 11164144. OLE color: 11164144.
HSL color Cylindrical-coordinate representation of color #F059AA: hue angle of 327.81º 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 #F059AA is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 170 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.06 |
| HSL | 327.81º | 0.83% | 0.65% | - |
| HSV(B) | 327.81º | 0.63% | 0.94% | - |
| XYZ | 46.76 | 28.57 | 41.08 | - |
| YUV | 143.38 | 143.03 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 170 | 0 | 0.63 | 0.29 | 0.06 | 327.81 | 0.83 | 0.65 |
| Hex | F0 | 59 | AA | 0 | 3F | 1D | 6 | 148 | 53 | 41 |
| Octal | 360 | 131 | 252 | 0 | 77 | 35 | 6 | 510 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10101010 | 0 | 111111 | 11101 | 110 | 101001000 | 1010011 | 1000001 |
Color Harmonies of #F059AA
Complementary color
Monochromatic Colors of #F059AA
Black with #F059AA
Text Example
Text Example
White with #F059AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059AA; }
p { color: rgb(240,89,170); }
H1.HeaderClassName
{
color: #F059AA;
}
.AnyTagClassName
{
color: #F059AA;
}
</style>
background-color css
<style>
a { background-color: #F059AA; }
a { background-color: rgb(240,89,170); }
div.DivClassName
{
background-color: #F059AA;
}
.BgClassName
{
background-color: #F059AA;
}
</style>
border-color css
<style>
span { border-color: #F059AA; }
span { border-color: rgb(240,89,170); }
td.TdClassName
{
border-color: #F059AA;
}
.TagClassName
{
border-color: #F059AA;
}
</style>