Shades of Brilliant Rose #FB4CA4
Tints of Brilliant Rose #FB4CA4
RGB
CMYK
RGB Variations
Color information
#FB4CA4 (or 0xFB4CA4) is known color: Brilliant Rose. HEX triplet: FB, 4C and A4. RGB value is (251,76,164). Sum of RGB (Red+Green+Blue) = 251+76+164=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4CA4 is #04B35B. Grayscale: #8A8A8A. Windows color (decimal): -308060 or 10767611. OLE color: 10767611.
HSL color Cylindrical-coordinate representation of color #FB4CA4: hue angle of 329.83º 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 #FB4CA4 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 164 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.02 |
| HSL | 329.83º | 0.96% | 0.64% | - |
| HSV(B) | 329.83º | 0.7% | 0.98% | - |
| XYZ | 49.07 | 28.36 | 38.01 | - |
| YUV | 138.36 | 142.48 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 164 | 0 | 0.70 | 0.35 | 0.02 | 329.83 | 0.96 | 0.64 |
| Hex | FB | 4C | A4 | 0 | 46 | 23 | 2 | 14A | 60 | 40 |
| Octal | 373 | 114 | 244 | 0 | 106 | 43 | 2 | 512 | 140 | 100 |
| Binary | 11111011 | 1001100 | 10100100 | 0 | 1000110 | 100011 | 10 | 101001010 | 1100000 | 1000000 |
Color Harmonies of #FB4CA4
Complementary color
Monochromatic Colors of #FB4CA4
Black with #FB4CA4
Text Example
Text Example
White with #FB4CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CA4; }
p { color: rgb(251,76,164); }
H1.HeaderClassName
{
color: #FB4CA4;
}
.AnyTagClassName
{
color: #FB4CA4;
}
</style>
background-color css
<style>
a { background-color: #FB4CA4; }
a { background-color: rgb(251,76,164); }
div.DivClassName
{
background-color: #FB4CA4;
}
.BgClassName
{
background-color: #FB4CA4;
}
</style>
border-color css
<style>
span { border-color: #FB4CA4; }
span { border-color: rgb(251,76,164); }
td.TdClassName
{
border-color: #FB4CA4;
}
.TagClassName
{
border-color: #FB4CA4;
}
</style>