Shades of Brilliant Rose #FB4AA3
Tints of Brilliant Rose #FB4AA3
RGB
CMYK
RGB Variations
Color information
#FB4AA3 (or 0xFB4AA3) is known color: Brilliant Rose. HEX triplet: FB, 4A and A3. RGB value is (251,74,163). Sum of RGB (Red+Green+Blue) = 251+74+163=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AA3 is #04B55C. Grayscale: #888888. Windows color (decimal): -308573 or 10701563. OLE color: 10701563.
HSL color Cylindrical-coordinate representation of color #FB4AA3: hue angle of 329.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AA3 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 163 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.02 |
| HSL | 329.83º | 0.96% | 0.64% | - |
| HSV(B) | 329.83º | 0.71% | 0.98% | - |
| XYZ | 48.84 | 28.05 | 37.49 | - |
| YUV | 137.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 163 | 0 | 0.71 | 0.35 | 0.02 | 329.83 | 0.96 | 0.64 |
| Hex | FB | 4A | A3 | 0 | 47 | 23 | 2 | 14A | 60 | 40 |
| Octal | 373 | 112 | 243 | 0 | 107 | 43 | 2 | 512 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10100011 | 0 | 1000111 | 100011 | 10 | 101001010 | 1100000 | 1000000 |
Color Harmonies of #FB4AA3
Complementary color
Monochromatic Colors of #FB4AA3
Black with #FB4AA3
Text Example
Text Example
White with #FB4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AA3; }
p { color: rgb(251,74,163); }
H1.HeaderClassName
{
color: #FB4AA3;
}
.AnyTagClassName
{
color: #FB4AA3;
}
</style>
background-color css
<style>
a { background-color: #FB4AA3; }
a { background-color: rgb(251,74,163); }
div.DivClassName
{
background-color: #FB4AA3;
}
.BgClassName
{
background-color: #FB4AA3;
}
</style>
border-color css
<style>
span { border-color: #FB4AA3; }
span { border-color: rgb(251,74,163); }
td.TdClassName
{
border-color: #FB4AA3;
}
.TagClassName
{
border-color: #FB4AA3;
}
</style>