Shades of Brilliant Rose #FB4AB5
Tints of Brilliant Rose #FB4AB5
RGB
CMYK
RGB Variations
Color information
#FB4AB5 (or 0xFB4AB5) is known color: Brilliant Rose. HEX triplet: FB, 4A and B5. RGB value is (251,74,181). Sum of RGB (Red+Green+Blue) = 251+74+181=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4AB5 is #04B54A. Grayscale: #8A8A8A. Windows color (decimal): -308555 or 11881211. OLE color: 11881211.
HSL color Cylindrical-coordinate representation of color #FB4AB5: hue angle of 323.73º 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 #FB4AB5 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 181 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.02 |
| HSL | 323.73º | 0.96% | 0.64% | - |
| HSV(B) | 323.73º | 0.71% | 0.98% | - |
| XYZ | 50.57 | 28.74 | 46.6 | - |
| YUV | 139.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 181 | 0 | 0.71 | 0.28 | 0.02 | 323.73 | 0.96 | 0.64 |
| Hex | FB | 4A | B5 | 0 | 47 | 1C | 2 | 144 | 60 | 40 |
| Octal | 373 | 112 | 265 | 0 | 107 | 34 | 2 | 504 | 140 | 100 |
| Binary | 11111011 | 1001010 | 10110101 | 0 | 1000111 | 11100 | 10 | 101000100 | 1100000 | 1000000 |
Color Harmonies of #FB4AB5
Complementary color
Monochromatic Colors of #FB4AB5
Black with #FB4AB5
Text Example
Text Example
White with #FB4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4AB5; }
p { color: rgb(251,74,181); }
H1.HeaderClassName
{
color: #FB4AB5;
}
.AnyTagClassName
{
color: #FB4AB5;
}
</style>
background-color css
<style>
a { background-color: #FB4AB5; }
a { background-color: rgb(251,74,181); }
div.DivClassName
{
background-color: #FB4AB5;
}
.BgClassName
{
background-color: #FB4AB5;
}
</style>
border-color css
<style>
span { border-color: #FB4AB5; }
span { border-color: rgb(251,74,181); }
td.TdClassName
{
border-color: #FB4AB5;
}
.TagClassName
{
border-color: #FB4AB5;
}
</style>