Shades of Brilliant Rose #FB5AAA
Tints of Brilliant Rose #FB5AAA
RGB
CMYK
RGB Variations
Color information
#FB5AAA (or 0xFB5AAA) is known color: Brilliant Rose. HEX triplet: FB, 5A and AA. RGB value is (251,90,170). Sum of RGB (Red+Green+Blue) = 251+90+170=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5AAA is #04A555. Grayscale: #939393. Windows color (decimal): -304470 or 11164411. OLE color: 11164411.
HSL color Cylindrical-coordinate representation of color #FB5AAA: hue angle of 330.19º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AAA is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 170 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.02 |
| HSL | 330.19º | 0.95% | 0.67% | - |
| HSV(B) | 330.19º | 0.64% | 0.98% | - |
| XYZ | 50.7 | 30.72 | 41.29 | - |
| YUV | 147.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 170 | 0 | 0.64 | 0.32 | 0.02 | 330.19 | 0.95 | 0.67 |
| Hex | FB | 5A | AA | 0 | 40 | 20 | 2 | 14A | 5F | 43 |
| Octal | 373 | 132 | 252 | 0 | 100 | 40 | 2 | 512 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10101010 | 0 | 1000000 | 100000 | 10 | 101001010 | 1011111 | 1000011 |
Color Harmonies of #FB5AAA
Complementary color
Monochromatic Colors of #FB5AAA
Black with #FB5AAA
Text Example
Text Example
White with #FB5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AAA; }
p { color: rgb(251,90,170); }
H1.HeaderClassName
{
color: #FB5AAA;
}
.AnyTagClassName
{
color: #FB5AAA;
}
</style>
background-color css
<style>
a { background-color: #FB5AAA; }
a { background-color: rgb(251,90,170); }
div.DivClassName
{
background-color: #FB5AAA;
}
.BgClassName
{
background-color: #FB5AAA;
}
</style>
border-color css
<style>
span { border-color: #FB5AAA; }
span { border-color: rgb(251,90,170); }
td.TdClassName
{
border-color: #FB5AAA;
}
.TagClassName
{
border-color: #FB5AAA;
}
</style>