Shades of Brilliant Rose #FB509B
Tints of Brilliant Rose #FB509B
RGB
CMYK
RGB Variations
Color information
#FB509B (or 0xFB509B) is known color: Brilliant Rose. HEX triplet: FB, 50 and 9B. RGB value is (251,80,155). Sum of RGB (Red+Green+Blue) = 251+80+155=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB509B is #04AF64. Grayscale: #8B8B8B. Windows color (decimal): -307045 or 10178811. OLE color: 10178811.
HSL color Cylindrical-coordinate representation of color #FB509B: hue angle of 333.68º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB509B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.68º | 0.96% | 0.65% | - |
| HSV(B) | 333.68º | 0.68% | 0.98% | - |
| XYZ | 48.57 | 28.61 | 33.97 | - |
| YUV | 139.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 155 | 0 | 0.68 | 0.38 | 0.02 | 333.68 | 0.96 | 0.65 |
| Hex | FB | 50 | 9B | 0 | 44 | 26 | 2 | 14E | 60 | 41 |
| Octal | 373 | 120 | 233 | 0 | 104 | 46 | 2 | 516 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10011011 | 0 | 1000100 | 100110 | 10 | 101001110 | 1100000 | 1000001 |
Color Harmonies of #FB509B
Complementary color
Monochromatic Colors of #FB509B
Black with #FB509B
Text Example
Text Example
White with #FB509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB509B; }
p { color: rgb(251,80,155); }
H1.HeaderClassName
{
color: #FB509B;
}
.AnyTagClassName
{
color: #FB509B;
}
</style>
background-color css
<style>
a { background-color: #FB509B; }
a { background-color: rgb(251,80,155); }
div.DivClassName
{
background-color: #FB509B;
}
.BgClassName
{
background-color: #FB509B;
}
</style>
border-color css
<style>
span { border-color: #FB509B; }
span { border-color: rgb(251,80,155); }
td.TdClassName
{
border-color: #FB509B;
}
.TagClassName
{
border-color: #FB509B;
}
</style>