Shades of Brilliant Rose #FB4CAA
Tints of Brilliant Rose #FB4CAA
RGB
CMYK
RGB Variations
Color information
#FB4CAA (or 0xFB4CAA) is known color: Brilliant Rose. HEX triplet: FB, 4C and AA. RGB value is (251,76,170). Sum of RGB (Red+Green+Blue) = 251+76+170=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4CAA is #04B355. Grayscale: #8A8A8A. Windows color (decimal): -308054 or 11160827. OLE color: 11160827.
HSL color Cylindrical-coordinate representation of color #FB4CAA: hue angle of 327.77º 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 #FB4CAA is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 170 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.02 |
| HSL | 327.77º | 0.96% | 0.64% | - |
| HSV(B) | 327.77º | 0.7% | 0.98% | - |
| XYZ | 49.62 | 28.58 | 40.93 | - |
| YUV | 139.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 170 | 0 | 0.70 | 0.32 | 0.02 | 327.77 | 0.96 | 0.64 |
| Hex | FB | 4C | AA | 0 | 46 | 20 | 2 | 148 | 60 | 40 |
| Octal | 373 | 114 | 252 | 0 | 106 | 40 | 2 | 510 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10101010 | 0 | 1000110 | 100000 | 10 | 101001000 | 1100000 | 1000000 |
Color Harmonies of #FB4CAA
Complementary color
Monochromatic Colors of #FB4CAA
Black with #FB4CAA
Text Example
Text Example
White with #FB4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CAA; }
p { color: rgb(251,76,170); }
H1.HeaderClassName
{
color: #FB4CAA;
}
.AnyTagClassName
{
color: #FB4CAA;
}
</style>
background-color css
<style>
a { background-color: #FB4CAA; }
a { background-color: rgb(251,76,170); }
div.DivClassName
{
background-color: #FB4CAA;
}
.BgClassName
{
background-color: #FB4CAA;
}
</style>
border-color css
<style>
span { border-color: #FB4CAA; }
span { border-color: rgb(251,76,170); }
td.TdClassName
{
border-color: #FB4CAA;
}
.TagClassName
{
border-color: #FB4CAA;
}
</style>