Shades of Brilliant Rose #FB44B0
Tints of Brilliant Rose #FB44B0
RGB
CMYK
RGB Variations
Color information
#FB44B0 (or 0xFB44B0) is known color: Brilliant Rose. HEX triplet: FB, 44 and B0. RGB value is (251,68,176). Sum of RGB (Red+Green+Blue) = 251+68+176=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB44B0 is #04BB4F. Grayscale: #868686. Windows color (decimal): -310096 or 11551995. OLE color: 11551995.
HSL color Cylindrical-coordinate representation of color #FB44B0: hue angle of 324.59º 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 #FB44B0 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 176 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.02 |
| HSL | 324.59º | 0.96% | 0.63% | - |
| HSV(B) | 324.59º | 0.73% | 0.98% | - |
| XYZ | 49.69 | 27.78 | 43.82 | - |
| YUV | 135.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 176 | 0 | 0.73 | 0.30 | 0.02 | 324.59 | 0.96 | 0.63 |
| Hex | FB | 44 | B0 | 0 | 49 | 1E | 2 | 145 | 60 | 3F |
| Octal | 373 | 104 | 260 | 0 | 111 | 36 | 2 | 505 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10110000 | 0 | 1001001 | 11110 | 10 | 101000101 | 1100000 | 111111 |
Color Harmonies of #FB44B0
Complementary color
Monochromatic Colors of #FB44B0
Black with #FB44B0
Text Example
Text Example
White with #FB44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44B0; }
p { color: rgb(251,68,176); }
H1.HeaderClassName
{
color: #FB44B0;
}
.AnyTagClassName
{
color: #FB44B0;
}
</style>
background-color css
<style>
a { background-color: #FB44B0; }
a { background-color: rgb(251,68,176); }
div.DivClassName
{
background-color: #FB44B0;
}
.BgClassName
{
background-color: #FB44B0;
}
</style>
border-color css
<style>
span { border-color: #FB44B0; }
span { border-color: rgb(251,68,176); }
td.TdClassName
{
border-color: #FB44B0;
}
.TagClassName
{
border-color: #FB44B0;
}
</style>