Shades of Brilliant Rose #FB4DA3
Tints of Brilliant Rose #FB4DA3
RGB
CMYK
RGB Variations
Color information
#FB4DA3 (or 0xFB4DA3) is known color: Brilliant Rose. HEX triplet: FB, 4D and A3. RGB value is (251,77,163). Sum of RGB (Red+Green+Blue) = 251+77+163=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DA3 is #04B25C. Grayscale: #8A8A8A. Windows color (decimal): -307805 or 10702331. OLE color: 10702331.
HSL color Cylindrical-coordinate representation of color #FB4DA3: hue angle of 330.34º 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 #FB4DA3 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 163 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.02 |
| HSL | 330.34º | 0.96% | 0.64% | - |
| HSV(B) | 330.34º | 0.69% | 0.98% | - |
| XYZ | 49.05 | 28.46 | 37.56 | - |
| YUV | 138.83 | 141.65 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 163 | 0 | 0.69 | 0.35 | 0.02 | 330.34 | 0.96 | 0.64 |
| Hex | FB | 4D | A3 | 0 | 45 | 23 | 2 | 14A | 60 | 40 |
| Octal | 373 | 115 | 243 | 0 | 105 | 43 | 2 | 512 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10100011 | 0 | 1000101 | 100011 | 10 | 101001010 | 1100000 | 1000000 |
Color Harmonies of #FB4DA3
Complementary color
Monochromatic Colors of #FB4DA3
Black with #FB4DA3
Text Example
Text Example
White with #FB4DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DA3; }
p { color: rgb(251,77,163); }
H1.HeaderClassName
{
color: #FB4DA3;
}
.AnyTagClassName
{
color: #FB4DA3;
}
</style>
background-color css
<style>
a { background-color: #FB4DA3; }
a { background-color: rgb(251,77,163); }
div.DivClassName
{
background-color: #FB4DA3;
}
.BgClassName
{
background-color: #FB4DA3;
}
</style>
border-color css
<style>
span { border-color: #FB4DA3; }
span { border-color: rgb(251,77,163); }
td.TdClassName
{
border-color: #FB4DA3;
}
.TagClassName
{
border-color: #FB4DA3;
}
</style>