Shades of Brilliant Rose #FB4BA3
Tints of Brilliant Rose #FB4BA3
RGB
CMYK
RGB Variations
Color information
#FB4BA3 (or 0xFB4BA3) is known color: Brilliant Rose. HEX triplet: FB, 4B and A3. RGB value is (251,75,163). Sum of RGB (Red+Green+Blue) = 251+75+163=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4BA3 is #04B45C. Grayscale: #898989. Windows color (decimal): -308317 or 10701819. OLE color: 10701819.
HSL color Cylindrical-coordinate representation of color #FB4BA3: hue angle of 330º 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 #FB4BA3 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 163 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.02 |
| HSL | 330º | 0.96% | 0.64% | - |
| HSV(B) | 330º | 0.7% | 0.98% | - |
| XYZ | 48.91 | 28.19 | 37.51 | - |
| YUV | 137.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 163 | 0 | 0.70 | 0.35 | 0.02 | 330 | 0.96 | 0.64 |
| Hex | FB | 4B | A3 | 0 | 46 | 23 | 2 | 14A | 60 | 40 |
| Octal | 373 | 113 | 243 | 0 | 106 | 43 | 2 | 512 | 140 | 100 |
| Binary | 11111011 | 1001011 | 10100011 | 0 | 1000110 | 100011 | 10 | 101001010 | 1100000 | 1000000 |
Color Harmonies of #FB4BA3
Complementary color
Monochromatic Colors of #FB4BA3
Black with #FB4BA3
Text Example
Text Example
White with #FB4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BA3; }
p { color: rgb(251,75,163); }
H1.HeaderClassName
{
color: #FB4BA3;
}
.AnyTagClassName
{
color: #FB4BA3;
}
</style>
background-color css
<style>
a { background-color: #FB4BA3; }
a { background-color: rgb(251,75,163); }
div.DivClassName
{
background-color: #FB4BA3;
}
.BgClassName
{
background-color: #FB4BA3;
}
</style>
border-color css
<style>
span { border-color: #FB4BA3; }
span { border-color: rgb(251,75,163); }
td.TdClassName
{
border-color: #FB4BA3;
}
.TagClassName
{
border-color: #FB4BA3;
}
</style>