Shades of Brilliant Rose #FB58AA
Tints of Brilliant Rose #FB58AA
RGB
CMYK
RGB Variations
Color information
#FB58AA (or 0xFB58AA) is known color: Brilliant Rose. HEX triplet: FB, 58 and AA. RGB value is (251,88,170). Sum of RGB (Red+Green+Blue) = 251+88+170=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB58AA is #04A755. Grayscale: #919191. Windows color (decimal): -304982 or 11163899. OLE color: 11163899.
HSL color Cylindrical-coordinate representation of color #FB58AA: hue angle of 329.82º 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 #FB58AA is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 170 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.02 |
| HSL | 329.82º | 0.95% | 0.66% | - |
| HSV(B) | 329.82º | 0.65% | 0.98% | - |
| XYZ | 50.53 | 30.39 | 41.23 | - |
| YUV | 146.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 170 | 0 | 0.65 | 0.32 | 0.02 | 329.82 | 0.95 | 0.66 |
| Hex | FB | 58 | AA | 0 | 41 | 20 | 2 | 14A | 5F | 42 |
| Octal | 373 | 130 | 252 | 0 | 101 | 40 | 2 | 512 | 137 | 102 |
| Binary | 11111011 | 1011000 | 10101010 | 0 | 1000001 | 100000 | 10 | 101001010 | 1011111 | 1000010 |
Color Harmonies of #FB58AA
Complementary color
Monochromatic Colors of #FB58AA
Black with #FB58AA
Text Example
Text Example
White with #FB58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB58AA; }
p { color: rgb(251,88,170); }
H1.HeaderClassName
{
color: #FB58AA;
}
.AnyTagClassName
{
color: #FB58AA;
}
</style>
background-color css
<style>
a { background-color: #FB58AA; }
a { background-color: rgb(251,88,170); }
div.DivClassName
{
background-color: #FB58AA;
}
.BgClassName
{
background-color: #FB58AA;
}
</style>
border-color css
<style>
span { border-color: #FB58AA; }
span { border-color: rgb(251,88,170); }
td.TdClassName
{
border-color: #FB58AA;
}
.TagClassName
{
border-color: #FB58AA;
}
</style>