Shades of Brilliant Rose #FB59AF
Tints of Brilliant Rose #FB59AF
RGB
CMYK
RGB Variations
Color information
#FB59AF (or 0xFB59AF) is known color: Brilliant Rose. HEX triplet: FB, 59 and AF. RGB value is (251,89,175). Sum of RGB (Red+Green+Blue) = 251+89+175=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB59AF is #04A650. Grayscale: #939393. Windows color (decimal): -304721 or 11491835. OLE color: 11491835.
HSL color Cylindrical-coordinate representation of color #FB59AF: hue angle of 328.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59AF is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 175 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.02 |
| HSL | 328.15º | 0.95% | 0.67% | - |
| HSV(B) | 328.15º | 0.65% | 0.98% | - |
| XYZ | 51.09 | 30.75 | 43.8 | - |
| YUV | 147.24 | 143.67 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 175 | 0 | 0.65 | 0.30 | 0.02 | 328.15 | 0.95 | 0.67 |
| Hex | FB | 59 | AF | 0 | 41 | 1E | 2 | 148 | 5F | 43 |
| Octal | 373 | 131 | 257 | 0 | 101 | 36 | 2 | 510 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10101111 | 0 | 1000001 | 11110 | 10 | 101001000 | 1011111 | 1000011 |
Color Harmonies of #FB59AF
Complementary color
Monochromatic Colors of #FB59AF
Black with #FB59AF
Text Example
Text Example
White with #FB59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59AF; }
p { color: rgb(251,89,175); }
H1.HeaderClassName
{
color: #FB59AF;
}
.AnyTagClassName
{
color: #FB59AF;
}
</style>
background-color css
<style>
a { background-color: #FB59AF; }
a { background-color: rgb(251,89,175); }
div.DivClassName
{
background-color: #FB59AF;
}
.BgClassName
{
background-color: #FB59AF;
}
</style>
border-color css
<style>
span { border-color: #FB59AF; }
span { border-color: rgb(251,89,175); }
td.TdClassName
{
border-color: #FB59AF;
}
.TagClassName
{
border-color: #FB59AF;
}
</style>