Shades of Brilliant Rose #FB4CB5
Tints of Brilliant Rose #FB4CB5
RGB
CMYK
RGB Variations
Color information
#FB4CB5 (or 0xFB4CB5) is known color: Brilliant Rose. HEX triplet: FB, 4C and B5. RGB value is (251,76,181). Sum of RGB (Red+Green+Blue) = 251+76+181=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CB5 is #04B34A. Grayscale: #8C8C8C. Windows color (decimal): -308043 or 11881723. OLE color: 11881723.
HSL color Cylindrical-coordinate representation of color #FB4CB5: hue angle of 324º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CB5 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 181 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.02 |
| HSL | 324º | 0.96% | 0.64% | - |
| HSV(B) | 324º | 0.7% | 0.98% | - |
| XYZ | 50.71 | 29.01 | 46.64 | - |
| YUV | 140.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 181 | 0 | 0.70 | 0.28 | 0.02 | 324 | 0.96 | 0.64 |
| Hex | FB | 4C | B5 | 0 | 46 | 1C | 2 | 144 | 60 | 40 |
| Octal | 373 | 114 | 265 | 0 | 106 | 34 | 2 | 504 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10110101 | 0 | 1000110 | 11100 | 10 | 101000100 | 1100000 | 1000000 |
Color Harmonies of #FB4CB5
Complementary color
Monochromatic Colors of #FB4CB5
Black with #FB4CB5
Text Example
Text Example
White with #FB4CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CB5; }
p { color: rgb(251,76,181); }
H1.HeaderClassName
{
color: #FB4CB5;
}
.AnyTagClassName
{
color: #FB4CB5;
}
</style>
background-color css
<style>
a { background-color: #FB4CB5; }
a { background-color: rgb(251,76,181); }
div.DivClassName
{
background-color: #FB4CB5;
}
.BgClassName
{
background-color: #FB4CB5;
}
</style>
border-color css
<style>
span { border-color: #FB4CB5; }
span { border-color: rgb(251,76,181); }
td.TdClassName
{
border-color: #FB4CB5;
}
.TagClassName
{
border-color: #FB4CB5;
}
</style>