Shades of Brilliant Rose #FB5EAA
Tints of Brilliant Rose #FB5EAA
RGB
CMYK
RGB Variations
Color information
#FB5EAA (or 0xFB5EAA) is known color: Brilliant Rose. HEX triplet: FB, 5E and AA. RGB value is (251,94,170). Sum of RGB (Red+Green+Blue) = 251+94+170=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5EAA is #04A155. Grayscale: #959595. Windows color (decimal): -303446 or 11165435. OLE color: 11165435.
HSL color Cylindrical-coordinate representation of color #FB5EAA: hue angle of 330.96º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EAA is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 170 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.02 |
| HSL | 330.96º | 0.95% | 0.68% | - |
| HSV(B) | 330.96º | 0.63% | 0.98% | - |
| XYZ | 51.04 | 31.42 | 41.4 | - |
| YUV | 149.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 170 | 0 | 0.63 | 0.32 | 0.02 | 330.96 | 0.95 | 0.68 |
| Hex | FB | 5E | AA | 0 | 3F | 20 | 2 | 14B | 5F | 44 |
| Octal | 373 | 136 | 252 | 0 | 77 | 40 | 2 | 513 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10101010 | 0 | 111111 | 100000 | 10 | 101001011 | 1011111 | 1000100 |
Color Harmonies of #FB5EAA
Complementary color
Monochromatic Colors of #FB5EAA
Black with #FB5EAA
Text Example
Text Example
White with #FB5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EAA; }
p { color: rgb(251,94,170); }
H1.HeaderClassName
{
color: #FB5EAA;
}
.AnyTagClassName
{
color: #FB5EAA;
}
</style>
background-color css
<style>
a { background-color: #FB5EAA; }
a { background-color: rgb(251,94,170); }
div.DivClassName
{
background-color: #FB5EAA;
}
.BgClassName
{
background-color: #FB5EAA;
}
</style>
border-color css
<style>
span { border-color: #FB5EAA; }
span { border-color: rgb(251,94,170); }
td.TdClassName
{
border-color: #FB5EAA;
}
.TagClassName
{
border-color: #FB5EAA;
}
</style>