Shades of Brilliant Rose #FB58B0
Tints of Brilliant Rose #FB58B0
RGB
CMYK
RGB Variations
Color information
#FB58B0 (or 0xFB58B0) is known color: Brilliant Rose. HEX triplet: FB, 58 and B0. RGB value is (251,88,176). Sum of RGB (Red+Green+Blue) = 251+88+176=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58B0 is #04A74F. Grayscale: #929292. Windows color (decimal): -304976 or 11557115. OLE color: 11557115.
HSL color Cylindrical-coordinate representation of color #FB58B0: hue angle of 327.61º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB58B0 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 176 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.02 |
| HSL | 327.61º | 0.95% | 0.66% | - |
| HSV(B) | 327.61º | 0.65% | 0.98% | - |
| XYZ | 51.11 | 30.62 | 44.29 | - |
| YUV | 146.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 176 | 0 | 0.65 | 0.30 | 0.02 | 327.61 | 0.95 | 0.66 |
| Hex | FB | 58 | B0 | 0 | 41 | 1E | 2 | 148 | 5F | 42 |
| Octal | 373 | 130 | 260 | 0 | 101 | 36 | 2 | 510 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10110000 | 0 | 1000001 | 11110 | 10 | 101001000 | 1011111 | 1000010 |
Color Harmonies of #FB58B0
Complementary color
Monochromatic Colors of #FB58B0
Black with #FB58B0
Text Example
Text Example
White with #FB58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58B0; }
p { color: rgb(251,88,176); }
H1.HeaderClassName
{
color: #FB58B0;
}
.AnyTagClassName
{
color: #FB58B0;
}
</style>
background-color css
<style>
a { background-color: #FB58B0; }
a { background-color: rgb(251,88,176); }
div.DivClassName
{
background-color: #FB58B0;
}
.BgClassName
{
background-color: #FB58B0;
}
</style>
border-color css
<style>
span { border-color: #FB58B0; }
span { border-color: rgb(251,88,176); }
td.TdClassName
{
border-color: #FB58B0;
}
.TagClassName
{
border-color: #FB58B0;
}
</style>