Shades of Brilliant Rose #FB59A2
Tints of Brilliant Rose #FB59A2
RGB
CMYK
RGB Variations
Color information
#FB59A2 (or 0xFB59A2) is known color: Brilliant Rose. HEX triplet: FB, 59 and A2. RGB value is (251,89,162). Sum of RGB (Red+Green+Blue) = 251+89+162=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB59A2 is #04A65D. Grayscale: #919191. Windows color (decimal): -304734 or 10639867. OLE color: 10639867.
HSL color Cylindrical-coordinate representation of color #FB59A2: hue angle of 332.96º 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 #FB59A2 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 162 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.02 |
| HSL | 332.96º | 0.95% | 0.67% | - |
| HSV(B) | 332.96º | 0.65% | 0.98% | - |
| XYZ | 49.88 | 30.26 | 37.39 | - |
| YUV | 145.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 162 | 0 | 0.65 | 0.35 | 0.02 | 332.96 | 0.95 | 0.67 |
| Hex | FB | 59 | A2 | 0 | 41 | 23 | 2 | 14D | 5F | 43 |
| Octal | 373 | 131 | 242 | 0 | 101 | 43 | 2 | 515 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10100010 | 0 | 1000001 | 100011 | 10 | 101001101 | 1011111 | 1000011 |
Color Harmonies of #FB59A2
Complementary color
Monochromatic Colors of #FB59A2
Black with #FB59A2
Text Example
Text Example
White with #FB59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59A2; }
p { color: rgb(251,89,162); }
H1.HeaderClassName
{
color: #FB59A2;
}
.AnyTagClassName
{
color: #FB59A2;
}
</style>
background-color css
<style>
a { background-color: #FB59A2; }
a { background-color: rgb(251,89,162); }
div.DivClassName
{
background-color: #FB59A2;
}
.BgClassName
{
background-color: #FB59A2;
}
</style>
border-color css
<style>
span { border-color: #FB59A2; }
span { border-color: rgb(251,89,162); }
td.TdClassName
{
border-color: #FB59A2;
}
.TagClassName
{
border-color: #FB59A2;
}
</style>