Shades of Brilliant Rose #FB4CAB
Tints of Brilliant Rose #FB4CAB
RGB
CMYK
RGB Variations
Color information
#FB4CAB (or 0xFB4CAB) is known color: Brilliant Rose. HEX triplet: FB, 4C and AB. RGB value is (251,76,171). Sum of RGB (Red+Green+Blue) = 251+76+171=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4CAB is #04B354. Grayscale: #8A8A8A. Windows color (decimal): -308053 or 11226363. OLE color: 11226363.
HSL color Cylindrical-coordinate representation of color #FB4CAB: hue angle of 327.43º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CAB is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 171 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.02 |
| HSL | 327.43º | 0.96% | 0.64% | - |
| HSV(B) | 327.43º | 0.7% | 0.98% | - |
| XYZ | 49.72 | 28.62 | 41.43 | - |
| YUV | 139.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 171 | 0 | 0.70 | 0.32 | 0.02 | 327.43 | 0.96 | 0.64 |
| Hex | FB | 4C | AB | 0 | 46 | 20 | 2 | 147 | 60 | 40 |
| Octal | 373 | 114 | 253 | 0 | 106 | 40 | 2 | 507 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10101011 | 0 | 1000110 | 100000 | 10 | 101000111 | 1100000 | 1000000 |
Color Harmonies of #FB4CAB
Complementary color
Monochromatic Colors of #FB4CAB
Black with #FB4CAB
Text Example
Text Example
White with #FB4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CAB; }
p { color: rgb(251,76,171); }
H1.HeaderClassName
{
color: #FB4CAB;
}
.AnyTagClassName
{
color: #FB4CAB;
}
</style>
background-color css
<style>
a { background-color: #FB4CAB; }
a { background-color: rgb(251,76,171); }
div.DivClassName
{
background-color: #FB4CAB;
}
.BgClassName
{
background-color: #FB4CAB;
}
</style>
border-color css
<style>
span { border-color: #FB4CAB; }
span { border-color: rgb(251,76,171); }
td.TdClassName
{
border-color: #FB4CAB;
}
.TagClassName
{
border-color: #FB4CAB;
}
</style>