Shades of Brilliant Rose #FB4CBC
Tints of Brilliant Rose #FB4CBC
RGB
CMYK
RGB Variations
Color information
#FB4CBC (or 0xFB4CBC) is known color: Brilliant Rose. HEX triplet: FB, 4C and BC. RGB value is (251,76,188). Sum of RGB (Red+Green+Blue) = 251+76+188=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CBC is #04B343. Grayscale: #8C8C8C. Windows color (decimal): -308036 or 12340475. OLE color: 12340475.
HSL color Cylindrical-coordinate representation of color #FB4CBC: hue angle of 321.6º 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 #FB4CBC is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 188 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.02 |
| HSL | 321.6º | 0.96% | 0.64% | - |
| HSV(B) | 321.6º | 0.7% | 0.98% | - |
| XYZ | 51.45 | 29.31 | 50.52 | - |
| YUV | 141.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 188 | 0 | 0.70 | 0.25 | 0.02 | 321.6 | 0.96 | 0.64 |
| Hex | FB | 4C | BC | 0 | 46 | 19 | 2 | 142 | 60 | 40 |
| Octal | 373 | 114 | 274 | 0 | 106 | 31 | 2 | 502 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10111100 | 0 | 1000110 | 11001 | 10 | 101000010 | 1100000 | 1000000 |
Color Harmonies of #FB4CBC
Complementary color
Monochromatic Colors of #FB4CBC
Black with #FB4CBC
Text Example
Text Example
White with #FB4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CBC; }
p { color: rgb(251,76,188); }
H1.HeaderClassName
{
color: #FB4CBC;
}
.AnyTagClassName
{
color: #FB4CBC;
}
</style>
background-color css
<style>
a { background-color: #FB4CBC; }
a { background-color: rgb(251,76,188); }
div.DivClassName
{
background-color: #FB4CBC;
}
.BgClassName
{
background-color: #FB4CBC;
}
</style>
border-color css
<style>
span { border-color: #FB4CBC; }
span { border-color: rgb(251,76,188); }
td.TdClassName
{
border-color: #FB4CBC;
}
.TagClassName
{
border-color: #FB4CBC;
}
</style>