Shades of Brilliant Rose #FF59AF
Tints of Brilliant Rose #FF59AF
RGB
CMYK
RGB Variations
Color information
#FF59AF (or 0xFF59AF) is known color: Brilliant Rose. HEX triplet: FF, 59 and AF. RGB value is (255,89,175). Sum of RGB (Red+Green+Blue) = 255+89+175=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF59AF is #00A650. Grayscale: #949494. Windows color (decimal): -42577 or 11491839. OLE color: 11491839.
HSL color Cylindrical-coordinate representation of color #FF59AF: hue angle of 328.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59AF is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 175 | - |
| CMYK | 0 | 0.65 | 0.31 | 0 |
| HSL | 328.92º | 1% | 0.67% | - |
| HSV(B) | 328.92º | 0.65% | 1% | - |
| XYZ | 52.55 | 31.5 | 43.87 | - |
| YUV | 148.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 175 | 0 | 0.65 | 0.31 | 0 | 328.92 | 1 | 0.67 |
| Hex | FF | 59 | AF | 0 | 41 | 1F | 0 | 149 | 64 | 43 |
| Octal | 377 | 131 | 257 | 0 | 101 | 37 | 0 | 511 | 144 | 103 |
| Binary | 11111111 | 1011001 | 10101111 | 0 | 1000001 | 11111 | 0 | 101001001 | 1100100 | 1000011 |
Color Harmonies of #FF59AF
Complementary color
Monochromatic Colors of #FF59AF
Black with #FF59AF
Text Example
Text Example
White with #FF59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF59AF; }
p { color: rgb(255,89,175); }
H1.HeaderClassName
{
color: #FF59AF;
}
.AnyTagClassName
{
color: #FF59AF;
}
</style>
background-color css
<style>
a { background-color: #FF59AF; }
a { background-color: rgb(255,89,175); }
div.DivClassName
{
background-color: #FF59AF;
}
.BgClassName
{
background-color: #FF59AF;
}
</style>
border-color css
<style>
span { border-color: #FF59AF; }
span { border-color: rgb(255,89,175); }
td.TdClassName
{
border-color: #FF59AF;
}
.TagClassName
{
border-color: #FF59AF;
}
</style>