Shades of Brilliant Rose #FB49B9
Tints of Brilliant Rose #FB49B9
RGB
CMYK
RGB Variations
Color information
#FB49B9 (or 0xFB49B9) is known color: Brilliant Rose. HEX triplet: FB, 49 and B9. RGB value is (251,73,185). Sum of RGB (Red+Green+Blue) = 251+73+185=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49B9 is #04B646. Grayscale: #8A8A8A. Windows color (decimal): -308807 or 12143099. OLE color: 12143099.
HSL color Cylindrical-coordinate representation of color #FB49B9: hue angle of 322.25º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49B9 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 73 | 185 | - |
CMYK | 0 | 0.71 | 0.26 | 0.02 |
HSL | 322.25º | 0.96% | 0.64% | - |
HSV(B) | 322.25º | 0.71% | 0.98% | - |
XYZ | 50.92 | 28.78 | 48.77 | - |
YUV | 138.99 | 153.97 | 207.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 73 | 185 | 0 | 0.71 | 0.26 | 0.02 | 322.25 | 0.96 | 0.64 |
Hex | FB | 49 | B9 | 0 | 47 | 1A | 2 | 142 | 60 | 40 |
Octal | 373 | 111 | 271 | 0 | 107 | 32 | 2 | 502 | 140 | 100 |
Binary | 11111011 | 1001001 | 10111001 | 0 | 1000111 | 11010 | 10 | 101000010 | 1100000 | 1000000 |
Color Harmonies of #FB49B9
Complementary color
Monochromatic Colors of #FB49B9
Black with #FB49B9
Text Example
Text Example
White with #FB49B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49B9; }
p { color: rgb(251,73,185); }
H1.HeaderClassName
{
color: #FB49B9;
}
.AnyTagClassName
{
color: #FB49B9;
}
</style>
background-color css
<style>
a { background-color: #FB49B9; }
a { background-color: rgb(251,73,185); }
div.DivClassName
{
background-color: #FB49B9;
}
.BgClassName
{
background-color: #FB49B9;
}
</style>
border-color css
<style>
span { border-color: #FB49B9; }
span { border-color: rgb(251,73,185); }
td.TdClassName
{
border-color: #FB49B9;
}
.TagClassName
{
border-color: #FB49B9;
}
</style>