Shades of Brilliant Rose #FB4AAA
Tints of Brilliant Rose #FB4AAA
RGB
CMYK
RGB Variations
Color information
#FB4AAA (or 0xFB4AAA) is known color: Brilliant Rose. HEX triplet: FB, 4A and AA. RGB value is (251,74,170). Sum of RGB (Red+Green+Blue) = 251+74+170=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AAA is #04B555. Grayscale: #898989. Windows color (decimal): -308566 or 11160315. OLE color: 11160315.
HSL color Cylindrical-coordinate representation of color #FB4AAA: hue angle of 327.46º 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 #FB4AAA is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 170 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.02 |
| HSL | 327.46º | 0.96% | 0.64% | - |
| HSV(B) | 327.46º | 0.71% | 0.98% | - |
| XYZ | 49.49 | 28.31 | 40.89 | - |
| YUV | 137.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 170 | 0 | 0.71 | 0.32 | 0.02 | 327.46 | 0.96 | 0.64 |
| Hex | FB | 4A | AA | 0 | 47 | 20 | 2 | 147 | 60 | 40 |
| Octal | 373 | 112 | 252 | 0 | 107 | 40 | 2 | 507 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10101010 | 0 | 1000111 | 100000 | 10 | 101000111 | 1100000 | 1000000 |
Color Harmonies of #FB4AAA
Complementary color
Monochromatic Colors of #FB4AAA
Black with #FB4AAA
Text Example
Text Example
White with #FB4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AAA; }
p { color: rgb(251,74,170); }
H1.HeaderClassName
{
color: #FB4AAA;
}
.AnyTagClassName
{
color: #FB4AAA;
}
</style>
background-color css
<style>
a { background-color: #FB4AAA; }
a { background-color: rgb(251,74,170); }
div.DivClassName
{
background-color: #FB4AAA;
}
.BgClassName
{
background-color: #FB4AAA;
}
</style>
border-color css
<style>
span { border-color: #FB4AAA; }
span { border-color: rgb(251,74,170); }
td.TdClassName
{
border-color: #FB4AAA;
}
.TagClassName
{
border-color: #FB4AAA;
}
</style>