Shades of Brilliant Rose #FB4AA5
Tints of Brilliant Rose #FB4AA5
RGB
CMYK
RGB Variations
Color information
#FB4AA5 (or 0xFB4AA5) is known color: Brilliant Rose. HEX triplet: FB, 4A and A5. RGB value is (251,74,165). Sum of RGB (Red+Green+Blue) = 251+74+165=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4AA5 is #04B55A. Grayscale: #898989. Windows color (decimal): -308571 or 10832635. OLE color: 10832635.
HSL color Cylindrical-coordinate representation of color #FB4AA5: hue angle of 329.15º 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 #FB4AA5 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 165 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.02 |
| HSL | 329.15º | 0.96% | 0.64% | - |
| HSV(B) | 329.15º | 0.71% | 0.98% | - |
| XYZ | 49.02 | 28.12 | 38.44 | - |
| YUV | 137.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 165 | 0 | 0.71 | 0.34 | 0.02 | 329.15 | 0.96 | 0.64 |
| Hex | FB | 4A | A5 | 0 | 47 | 22 | 2 | 149 | 60 | 40 |
| Octal | 373 | 112 | 245 | 0 | 107 | 42 | 2 | 511 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10100101 | 0 | 1000111 | 100010 | 10 | 101001001 | 1100000 | 1000000 |
Color Harmonies of #FB4AA5
Complementary color
Monochromatic Colors of #FB4AA5
Black with #FB4AA5
Text Example
Text Example
White with #FB4AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AA5; }
p { color: rgb(251,74,165); }
H1.HeaderClassName
{
color: #FB4AA5;
}
.AnyTagClassName
{
color: #FB4AA5;
}
</style>
background-color css
<style>
a { background-color: #FB4AA5; }
a { background-color: rgb(251,74,165); }
div.DivClassName
{
background-color: #FB4AA5;
}
.BgClassName
{
background-color: #FB4AA5;
}
</style>
border-color css
<style>
span { border-color: #FB4AA5; }
span { border-color: rgb(251,74,165); }
td.TdClassName
{
border-color: #FB4AA5;
}
.TagClassName
{
border-color: #FB4AA5;
}
</style>