Shades of Brilliant Rose #FB44AB
Tints of Brilliant Rose #FB44AB
RGB
CMYK
RGB Variations
Color information
#FB44AB (or 0xFB44AB) is known color: Brilliant Rose. HEX triplet: FB, 44 and AB. RGB value is (251,68,171). Sum of RGB (Red+Green+Blue) = 251+68+171=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB44AB is #04BB54. Grayscale: #868686. Windows color (decimal): -310101 or 11224315. OLE color: 11224315.
HSL color Cylindrical-coordinate representation of color #FB44AB: hue angle of 326.23º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB44AB is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 171 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.02 |
| HSL | 326.23º | 0.96% | 0.63% | - |
| HSV(B) | 326.23º | 0.73% | 0.98% | - |
| XYZ | 49.2 | 27.58 | 41.26 | - |
| YUV | 134.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 171 | 0 | 0.73 | 0.32 | 0.02 | 326.23 | 0.96 | 0.63 |
| Hex | FB | 44 | AB | 0 | 49 | 20 | 2 | 146 | 60 | 3F |
| Octal | 373 | 104 | 253 | 0 | 111 | 40 | 2 | 506 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10101011 | 0 | 1001001 | 100000 | 10 | 101000110 | 1100000 | 111111 |
Color Harmonies of #FB44AB
Complementary color
Monochromatic Colors of #FB44AB
Black with #FB44AB
Text Example
Text Example
White with #FB44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44AB; }
p { color: rgb(251,68,171); }
H1.HeaderClassName
{
color: #FB44AB;
}
.AnyTagClassName
{
color: #FB44AB;
}
</style>
background-color css
<style>
a { background-color: #FB44AB; }
a { background-color: rgb(251,68,171); }
div.DivClassName
{
background-color: #FB44AB;
}
.BgClassName
{
background-color: #FB44AB;
}
</style>
border-color css
<style>
span { border-color: #FB44AB; }
span { border-color: rgb(251,68,171); }
td.TdClassName
{
border-color: #FB44AB;
}
.TagClassName
{
border-color: #FB44AB;
}
</style>