Shades of Brilliant Rose #FB5AA2
Tints of Brilliant Rose #FB5AA2
RGB
CMYK
RGB Variations
Color information
#FB5AA2 (or 0xFB5AA2) is known color: Brilliant Rose. HEX triplet: FB, 5A and A2. RGB value is (251,90,162). Sum of RGB (Red+Green+Blue) = 251+90+162=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5AA2 is #04A55D. Grayscale: #929292. Windows color (decimal): -304478 or 10640123. OLE color: 10640123.
HSL color Cylindrical-coordinate representation of color #FB5AA2: hue angle of 333.17º 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 #FB5AA2 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 162 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.02 |
| HSL | 333.17º | 0.95% | 0.67% | - |
| HSV(B) | 333.17º | 0.64% | 0.98% | - |
| XYZ | 49.96 | 30.43 | 37.42 | - |
| YUV | 146.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 162 | 0 | 0.64 | 0.35 | 0.02 | 333.17 | 0.95 | 0.67 |
| Hex | FB | 5A | A2 | 0 | 40 | 23 | 2 | 14D | 5F | 43 |
| Octal | 373 | 132 | 242 | 0 | 100 | 43 | 2 | 515 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10100010 | 0 | 1000000 | 100011 | 10 | 101001101 | 1011111 | 1000011 |
Color Harmonies of #FB5AA2
Complementary color
Monochromatic Colors of #FB5AA2
Black with #FB5AA2
Text Example
Text Example
White with #FB5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AA2; }
p { color: rgb(251,90,162); }
H1.HeaderClassName
{
color: #FB5AA2;
}
.AnyTagClassName
{
color: #FB5AA2;
}
</style>
background-color css
<style>
a { background-color: #FB5AA2; }
a { background-color: rgb(251,90,162); }
div.DivClassName
{
background-color: #FB5AA2;
}
.BgClassName
{
background-color: #FB5AA2;
}
</style>
border-color css
<style>
span { border-color: #FB5AA2; }
span { border-color: rgb(251,90,162); }
td.TdClassName
{
border-color: #FB5AA2;
}
.TagClassName
{
border-color: #FB5AA2;
}
</style>