Shades of Brilliant Rose #FB40B1
Tints of Brilliant Rose #FB40B1
RGB
CMYK
RGB Variations
Color information
#FB40B1 (or 0xFB40B1) is known color: Brilliant Rose. HEX triplet: FB, 40 and B1. RGB value is (251,64,177). Sum of RGB (Red+Green+Blue) = 251+64+177=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40B1 is #04BF4E. Grayscale: #848484. Windows color (decimal): -311119 or 11616507. OLE color: 11616507.
HSL color Cylindrical-coordinate representation of color #FB40B1: hue angle of 323.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40B1 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 177 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.02 |
| HSL | 323.74º | 0.96% | 0.62% | - |
| HSV(B) | 323.74º | 0.75% | 0.98% | - |
| XYZ | 49.55 | 27.35 | 44.26 | - |
| YUV | 132.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 177 | 0 | 0.75 | 0.29 | 0.02 | 323.74 | 0.96 | 0.62 |
| Hex | FB | 40 | B1 | 0 | 4B | 1D | 2 | 144 | 60 | 3E |
| Octal | 373 | 100 | 261 | 0 | 113 | 35 | 2 | 504 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10110001 | 0 | 1001011 | 11101 | 10 | 101000100 | 1100000 | 111110 |
Color Harmonies of #FB40B1
Complementary color
Monochromatic Colors of #FB40B1
Black with #FB40B1
Text Example
Text Example
White with #FB40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40B1; }
p { color: rgb(251,64,177); }
H1.HeaderClassName
{
color: #FB40B1;
}
.AnyTagClassName
{
color: #FB40B1;
}
</style>
background-color css
<style>
a { background-color: #FB40B1; }
a { background-color: rgb(251,64,177); }
div.DivClassName
{
background-color: #FB40B1;
}
.BgClassName
{
background-color: #FB40B1;
}
</style>
border-color css
<style>
span { border-color: #FB40B1; }
span { border-color: rgb(251,64,177); }
td.TdClassName
{
border-color: #FB40B1;
}
.TagClassName
{
border-color: #FB40B1;
}
</style>