Shades of Brilliant Rose #FB44B1
Tints of Brilliant Rose #FB44B1
RGB
CMYK
RGB Variations
Color information
#FB44B1 (or 0xFB44B1) is known color: Brilliant Rose. HEX triplet: FB, 44 and B1. RGB value is (251,68,177). Sum of RGB (Red+Green+Blue) = 251+68+177=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB44B1 is #04BB4E. Grayscale: #868686. Windows color (decimal): -310095 or 11617531. OLE color: 11617531.
HSL color Cylindrical-coordinate representation of color #FB44B1: hue angle of 324.26º 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 #FB44B1 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 177 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.02 |
| HSL | 324.26º | 0.96% | 0.63% | - |
| HSV(B) | 324.26º | 0.73% | 0.98% | - |
| XYZ | 49.79 | 27.82 | 44.34 | - |
| YUV | 135.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 177 | 0 | 0.73 | 0.29 | 0.02 | 324.26 | 0.96 | 0.63 |
| Hex | FB | 44 | B1 | 0 | 49 | 1D | 2 | 144 | 60 | 3F |
| Octal | 373 | 104 | 261 | 0 | 111 | 35 | 2 | 504 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10110001 | 0 | 1001001 | 11101 | 10 | 101000100 | 1100000 | 111111 |
Color Harmonies of #FB44B1
Complementary color
Monochromatic Colors of #FB44B1
Black with #FB44B1
Text Example
Text Example
White with #FB44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44B1; }
p { color: rgb(251,68,177); }
H1.HeaderClassName
{
color: #FB44B1;
}
.AnyTagClassName
{
color: #FB44B1;
}
</style>
background-color css
<style>
a { background-color: #FB44B1; }
a { background-color: rgb(251,68,177); }
div.DivClassName
{
background-color: #FB44B1;
}
.BgClassName
{
background-color: #FB44B1;
}
</style>
border-color css
<style>
span { border-color: #FB44B1; }
span { border-color: rgb(251,68,177); }
td.TdClassName
{
border-color: #FB44B1;
}
.TagClassName
{
border-color: #FB44B1;
}
</style>