Shades of Brilliant Rose #FB4EA2
Tints of Brilliant Rose #FB4EA2
RGB
CMYK
RGB Variations
Color information
#FB4EA2 (or 0xFB4EA2) is known color: Brilliant Rose. HEX triplet: FB, 4E and A2. RGB value is (251,78,162). Sum of RGB (Red+Green+Blue) = 251+78+162=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4EA2 is #04B15D. Grayscale: #8B8B8B. Windows color (decimal): -307550 or 10637051. OLE color: 10637051.
HSL color Cylindrical-coordinate representation of color #FB4EA2: hue angle of 330.87º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EA2 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 162 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330.87º | 0.96% | 0.65% | - |
| HSV(B) | 330.87º | 0.69% | 0.98% | - |
| XYZ | 49.03 | 28.57 | 37.11 | - |
| YUV | 139.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 162 | 0 | 0.69 | 0.35 | 0.02 | 330.87 | 0.96 | 0.65 |
| Hex | FB | 4E | A2 | 0 | 45 | 23 | 2 | 14B | 60 | 41 |
| Octal | 373 | 116 | 242 | 0 | 105 | 43 | 2 | 513 | 140 | 101 |
| Binary | 11111011 | 1001110 | 10100010 | 0 | 1000101 | 100011 | 10 | 101001011 | 1100000 | 1000001 |
Color Harmonies of #FB4EA2
Complementary color
Monochromatic Colors of #FB4EA2
Black with #FB4EA2
Text Example
Text Example
White with #FB4EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EA2; }
p { color: rgb(251,78,162); }
H1.HeaderClassName
{
color: #FB4EA2;
}
.AnyTagClassName
{
color: #FB4EA2;
}
</style>
background-color css
<style>
a { background-color: #FB4EA2; }
a { background-color: rgb(251,78,162); }
div.DivClassName
{
background-color: #FB4EA2;
}
.BgClassName
{
background-color: #FB4EA2;
}
</style>
border-color css
<style>
span { border-color: #FB4EA2; }
span { border-color: rgb(251,78,162); }
td.TdClassName
{
border-color: #FB4EA2;
}
.TagClassName
{
border-color: #FB4EA2;
}
</style>