Shades of Brilliant Rose #F059AF
Tints of Brilliant Rose #F059AF
RGB
CMYK
RGB Variations
Color information
#F059AF (or 0xF059AF) is known color: Brilliant Rose. HEX triplet: F0, 59 and AF. RGB value is (240,89,175). Sum of RGB (Red+Green+Blue) = 240+89+175=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F059AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F059AF is #0FA650. Grayscale: #8F8F8F. Windows color (decimal): -1025617 or 11491824. OLE color: 11491824.
HSL color Cylindrical-coordinate representation of color #F059AF: hue angle of 325.83º 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 #F059AF is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 175 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.06 |
| HSL | 325.83º | 0.83% | 0.65% | - |
| HSV(B) | 325.83º | 0.63% | 0.94% | - |
| XYZ | 47.25 | 28.77 | 43.62 | - |
| YUV | 143.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 175 | 0 | 0.63 | 0.27 | 0.06 | 325.83 | 0.83 | 0.65 |
| Hex | F0 | 59 | AF | 0 | 3F | 1B | 6 | 146 | 53 | 41 |
| Octal | 360 | 131 | 257 | 0 | 77 | 33 | 6 | 506 | 123 | 101 |
| Binary | 11110000 | 1011001 | 10101111 | 0 | 111111 | 11011 | 110 | 101000110 | 1010011 | 1000001 |
Color Harmonies of #F059AF
Complementary color
Monochromatic Colors of #F059AF
Black with #F059AF
Text Example
Text Example
White with #F059AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059AF; }
p { color: rgb(240,89,175); }
H1.HeaderClassName
{
color: #F059AF;
}
.AnyTagClassName
{
color: #F059AF;
}
</style>
background-color css
<style>
a { background-color: #F059AF; }
a { background-color: rgb(240,89,175); }
div.DivClassName
{
background-color: #F059AF;
}
.BgClassName
{
background-color: #F059AF;
}
</style>
border-color css
<style>
span { border-color: #F059AF; }
span { border-color: rgb(240,89,175); }
td.TdClassName
{
border-color: #F059AF;
}
.TagClassName
{
border-color: #F059AF;
}
</style>