Shades of Brilliant Rose #FB4D9F
Tints of Brilliant Rose #FB4D9F
RGB
CMYK
RGB Variations
Color information
#FB4D9F (or 0xFB4D9F) is known color: Brilliant Rose. HEX triplet: FB, 4D and 9F. RGB value is (251,77,159). Sum of RGB (Red+Green+Blue) = 251+77+159=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D9F is #04B260. Grayscale: #8A8A8A. Windows color (decimal): -307809 or 10440187. OLE color: 10440187.
HSL color Cylindrical-coordinate representation of color #FB4D9F: hue angle of 331.72º 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 #FB4D9F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 159 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.02 |
| HSL | 331.72º | 0.96% | 0.64% | - |
| HSV(B) | 331.72º | 0.69% | 0.98% | - |
| XYZ | 48.7 | 28.32 | 35.7 | - |
| YUV | 138.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 159 | 0 | 0.69 | 0.37 | 0.02 | 331.72 | 0.96 | 0.64 |
| Hex | FB | 4D | 9F | 0 | 45 | 25 | 2 | 14C | 60 | 40 |
| Octal | 373 | 115 | 237 | 0 | 105 | 45 | 2 | 514 | 140 | 100 |
| Binary | 11111011 | 1001101 | 10011111 | 0 | 1000101 | 100101 | 10 | 101001100 | 1100000 | 1000000 |
Color Harmonies of #FB4D9F
Complementary color
Monochromatic Colors of #FB4D9F
Black with #FB4D9F
Text Example
Text Example
White with #FB4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D9F; }
p { color: rgb(251,77,159); }
H1.HeaderClassName
{
color: #FB4D9F;
}
.AnyTagClassName
{
color: #FB4D9F;
}
</style>
background-color css
<style>
a { background-color: #FB4D9F; }
a { background-color: rgb(251,77,159); }
div.DivClassName
{
background-color: #FB4D9F;
}
.BgClassName
{
background-color: #FB4D9F;
}
</style>
border-color css
<style>
span { border-color: #FB4D9F; }
span { border-color: rgb(251,77,159); }
td.TdClassName
{
border-color: #FB4D9F;
}
.TagClassName
{
border-color: #FB4D9F;
}
</style>