Shades of Brilliant Rose #FB4CA2
Tints of Brilliant Rose #FB4CA2
RGB
CMYK
RGB Variations
Color information
#FB4CA2 (or 0xFB4CA2) is known color: Brilliant Rose. HEX triplet: FB, 4C and A2. RGB value is (251,76,162). Sum of RGB (Red+Green+Blue) = 251+76+162=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4CA2 is #04B35D. Grayscale: #898989. Windows color (decimal): -308062 or 10636539. OLE color: 10636539.
HSL color Cylindrical-coordinate representation of color #FB4CA2: hue angle of 330.51º 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 #FB4CA2 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 162 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.02 |
| HSL | 330.51º | 0.96% | 0.64% | - |
| HSV(B) | 330.51º | 0.7% | 0.98% | - |
| XYZ | 48.89 | 28.29 | 37.07 | - |
| YUV | 138.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 162 | 0 | 0.70 | 0.35 | 0.02 | 330.51 | 0.96 | 0.64 |
| Hex | FB | 4C | A2 | 0 | 46 | 23 | 2 | 14B | 60 | 40 |
| Octal | 373 | 114 | 242 | 0 | 106 | 43 | 2 | 513 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10100010 | 0 | 1000110 | 100011 | 10 | 101001011 | 1100000 | 1000000 |
Color Harmonies of #FB4CA2
Complementary color
Monochromatic Colors of #FB4CA2
Black with #FB4CA2
Text Example
Text Example
White with #FB4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CA2; }
p { color: rgb(251,76,162); }
H1.HeaderClassName
{
color: #FB4CA2;
}
.AnyTagClassName
{
color: #FB4CA2;
}
</style>
background-color css
<style>
a { background-color: #FB4CA2; }
a { background-color: rgb(251,76,162); }
div.DivClassName
{
background-color: #FB4CA2;
}
.BgClassName
{
background-color: #FB4CA2;
}
</style>
border-color css
<style>
span { border-color: #FB4CA2; }
span { border-color: rgb(251,76,162); }
td.TdClassName
{
border-color: #FB4CA2;
}
.TagClassName
{
border-color: #FB4CA2;
}
</style>