Shades of Brilliant Rose #FB4CB2
Tints of Brilliant Rose #FB4CB2
RGB
CMYK
RGB Variations
Color information
#FB4CB2 (or 0xFB4CB2) is known color: Brilliant Rose. HEX triplet: FB, 4C and B2. RGB value is (251,76,178). Sum of RGB (Red+Green+Blue) = 251+76+178=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4CB2 is #04B34D. Grayscale: #8B8B8B. Windows color (decimal): -308046 or 11685115. OLE color: 11685115.
HSL color Cylindrical-coordinate representation of color #FB4CB2: hue angle of 325.03º 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 #FB4CB2 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 178 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.02 |
| HSL | 325.03º | 0.96% | 0.64% | - |
| HSV(B) | 325.03º | 0.7% | 0.98% | - |
| XYZ | 50.4 | 28.89 | 45.04 | - |
| YUV | 139.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 178 | 0 | 0.70 | 0.29 | 0.02 | 325.03 | 0.96 | 0.64 |
| Hex | FB | 4C | B2 | 0 | 46 | 1D | 2 | 145 | 60 | 40 |
| Octal | 373 | 114 | 262 | 0 | 106 | 35 | 2 | 505 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10110010 | 0 | 1000110 | 11101 | 10 | 101000101 | 1100000 | 1000000 |
Color Harmonies of #FB4CB2
Complementary color
Monochromatic Colors of #FB4CB2
Black with #FB4CB2
Text Example
Text Example
White with #FB4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CB2; }
p { color: rgb(251,76,178); }
H1.HeaderClassName
{
color: #FB4CB2;
}
.AnyTagClassName
{
color: #FB4CB2;
}
</style>
background-color css
<style>
a { background-color: #FB4CB2; }
a { background-color: rgb(251,76,178); }
div.DivClassName
{
background-color: #FB4CB2;
}
.BgClassName
{
background-color: #FB4CB2;
}
</style>
border-color css
<style>
span { border-color: #FB4CB2; }
span { border-color: rgb(251,76,178); }
td.TdClassName
{
border-color: #FB4CB2;
}
.TagClassName
{
border-color: #FB4CB2;
}
</style>