Shades of Brilliant Rose #FB4AAB
Tints of Brilliant Rose #FB4AAB
RGB
CMYK
RGB Variations
Color information
#FB4AAB (or 0xFB4AAB) is known color: Brilliant Rose. HEX triplet: FB, 4A and AB. RGB value is (251,74,171). Sum of RGB (Red+Green+Blue) = 251+74+171=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AAB is #04B554. Grayscale: #898989. Windows color (decimal): -308565 or 11225851. OLE color: 11225851.
HSL color Cylindrical-coordinate representation of color #FB4AAB: hue angle of 327.12º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AAB is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 171 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.02 |
| HSL | 327.12º | 0.96% | 0.64% | - |
| HSV(B) | 327.12º | 0.71% | 0.98% | - |
| XYZ | 49.58 | 28.35 | 41.39 | - |
| YUV | 137.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 171 | 0 | 0.71 | 0.32 | 0.02 | 327.12 | 0.96 | 0.64 |
| Hex | FB | 4A | AB | 0 | 47 | 20 | 2 | 147 | 60 | 40 |
| Octal | 373 | 112 | 253 | 0 | 107 | 40 | 2 | 507 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10101011 | 0 | 1000111 | 100000 | 10 | 101000111 | 1100000 | 1000000 |
Color Harmonies of #FB4AAB
Complementary color
Monochromatic Colors of #FB4AAB
Black with #FB4AAB
Text Example
Text Example
White with #FB4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AAB; }
p { color: rgb(251,74,171); }
H1.HeaderClassName
{
color: #FB4AAB;
}
.AnyTagClassName
{
color: #FB4AAB;
}
</style>
background-color css
<style>
a { background-color: #FB4AAB; }
a { background-color: rgb(251,74,171); }
div.DivClassName
{
background-color: #FB4AAB;
}
.BgClassName
{
background-color: #FB4AAB;
}
</style>
border-color css
<style>
span { border-color: #FB4AAB; }
span { border-color: rgb(251,74,171); }
td.TdClassName
{
border-color: #FB4AAB;
}
.TagClassName
{
border-color: #FB4AAB;
}
</style>