Shades of Brilliant Rose #FB4DAB
Tints of Brilliant Rose #FB4DAB
RGB
CMYK
RGB Variations
Color information
#FB4DAB (or 0xFB4DAB) is known color: Brilliant Rose. HEX triplet: FB, 4D and AB. RGB value is (251,77,171). Sum of RGB (Red+Green+Blue) = 251+77+171=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DAB is #04B254. Grayscale: #8B8B8B. Windows color (decimal): -307797 or 11226619. OLE color: 11226619.
HSL color Cylindrical-coordinate representation of color #FB4DAB: hue angle of 327.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DAB is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 171 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.02 |
| HSL | 327.59º | 0.96% | 0.64% | - |
| HSV(B) | 327.59º | 0.69% | 0.98% | - |
| XYZ | 49.79 | 28.76 | 41.45 | - |
| YUV | 139.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 171 | 0 | 0.69 | 0.32 | 0.02 | 327.59 | 0.96 | 0.64 |
| Hex | FB | 4D | AB | 0 | 45 | 20 | 2 | 148 | 60 | 40 |
| Octal | 373 | 115 | 253 | 0 | 105 | 40 | 2 | 510 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10101011 | 0 | 1000101 | 100000 | 10 | 101001000 | 1100000 | 1000000 |
Color Harmonies of #FB4DAB
Complementary color
Monochromatic Colors of #FB4DAB
Black with #FB4DAB
Text Example
Text Example
White with #FB4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DAB; }
p { color: rgb(251,77,171); }
H1.HeaderClassName
{
color: #FB4DAB;
}
.AnyTagClassName
{
color: #FB4DAB;
}
</style>
background-color css
<style>
a { background-color: #FB4DAB; }
a { background-color: rgb(251,77,171); }
div.DivClassName
{
background-color: #FB4DAB;
}
.BgClassName
{
background-color: #FB4DAB;
}
</style>
border-color css
<style>
span { border-color: #FB4DAB; }
span { border-color: rgb(251,77,171); }
td.TdClassName
{
border-color: #FB4DAB;
}
.TagClassName
{
border-color: #FB4DAB;
}
</style>