Shades of Brilliant Rose #F059AC
Tints of Brilliant Rose #F059AC
RGB
CMYK
RGB Variations
Color information
#F059AC (or 0xF059AC) is known color: Brilliant Rose. HEX triplet: F0, 59 and AC. RGB value is (240,89,172). Sum of RGB (Red+Green+Blue) = 240+89+172=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F059AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059AC is #0FA653. Grayscale: #8F8F8F. Windows color (decimal): -1025620 or 11295216. OLE color: 11295216.
HSL color Cylindrical-coordinate representation of color #F059AC: hue angle of 327.02º 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 #F059AC is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 172 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.06 |
| HSL | 327.02º | 0.83% | 0.65% | - |
| HSV(B) | 327.02º | 0.63% | 0.94% | - |
| XYZ | 46.95 | 28.65 | 42.08 | - |
| YUV | 143.61 | 144.03 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 172 | 0 | 0.63 | 0.28 | 0.06 | 327.02 | 0.83 | 0.65 |
| Hex | F0 | 59 | AC | 0 | 3F | 1C | 6 | 147 | 53 | 41 |
| Octal | 360 | 131 | 254 | 0 | 77 | 34 | 6 | 507 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10101100 | 0 | 111111 | 11100 | 110 | 101000111 | 1010011 | 1000001 |
Color Harmonies of #F059AC
Complementary color
Monochromatic Colors of #F059AC
Black with #F059AC
Text Example
Text Example
White with #F059AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059AC; }
p { color: rgb(240,89,172); }
H1.HeaderClassName
{
color: #F059AC;
}
.AnyTagClassName
{
color: #F059AC;
}
</style>
background-color css
<style>
a { background-color: #F059AC; }
a { background-color: rgb(240,89,172); }
div.DivClassName
{
background-color: #F059AC;
}
.BgClassName
{
background-color: #F059AC;
}
</style>
border-color css
<style>
span { border-color: #F059AC; }
span { border-color: rgb(240,89,172); }
td.TdClassName
{
border-color: #F059AC;
}
.TagClassName
{
border-color: #F059AC;
}
</style>