Shades of Brilliant Rose #FB4DA6
Tints of Brilliant Rose #FB4DA6
RGB
CMYK
RGB Variations
Color information
#FB4DA6 (or 0xFB4DA6) is known color: Brilliant Rose. HEX triplet: FB, 4D and A6. RGB value is (251,77,166). Sum of RGB (Red+Green+Blue) = 251+77+166=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4DA6 is #04B259. Grayscale: #8A8A8A. Windows color (decimal): -307802 or 10898939. OLE color: 10898939.
HSL color Cylindrical-coordinate representation of color #FB4DA6: hue angle of 329.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DA6 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 166 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.02 |
| HSL | 329.31º | 0.96% | 0.64% | - |
| HSV(B) | 329.31º | 0.69% | 0.98% | - |
| XYZ | 49.32 | 28.57 | 38.99 | - |
| YUV | 139.17 | 143.15 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 166 | 0 | 0.69 | 0.34 | 0.02 | 329.31 | 0.96 | 0.64 |
| Hex | FB | 4D | A6 | 0 | 45 | 22 | 2 | 149 | 60 | 40 |
| Octal | 373 | 115 | 246 | 0 | 105 | 42 | 2 | 511 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10100110 | 0 | 1000101 | 100010 | 10 | 101001001 | 1100000 | 1000000 |
Color Harmonies of #FB4DA6
Complementary color
Monochromatic Colors of #FB4DA6
Black with #FB4DA6
Text Example
Text Example
White with #FB4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DA6; }
p { color: rgb(251,77,166); }
H1.HeaderClassName
{
color: #FB4DA6;
}
.AnyTagClassName
{
color: #FB4DA6;
}
</style>
background-color css
<style>
a { background-color: #FB4DA6; }
a { background-color: rgb(251,77,166); }
div.DivClassName
{
background-color: #FB4DA6;
}
.BgClassName
{
background-color: #FB4DA6;
}
</style>
border-color css
<style>
span { border-color: #FB4DA6; }
span { border-color: rgb(251,77,166); }
td.TdClassName
{
border-color: #FB4DA6;
}
.TagClassName
{
border-color: #FB4DA6;
}
</style>