Shades of Brilliant Rose #FB509D
Tints of Brilliant Rose #FB509D
RGB
CMYK
RGB Variations
Color information
#FB509D (or 0xFB509D) is known color: Brilliant Rose. HEX triplet: FB, 50 and 9D. RGB value is (251,80,157). Sum of RGB (Red+Green+Blue) = 251+80+157=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB509D is #04AF62. Grayscale: #8B8B8B. Windows color (decimal): -307043 or 10309883. OLE color: 10309883.
HSL color Cylindrical-coordinate representation of color #FB509D: hue angle of 332.98º 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 #FB509D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 157 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 332.98º | 0.96% | 0.65% | - |
| HSV(B) | 332.98º | 0.68% | 0.98% | - |
| XYZ | 48.74 | 28.68 | 34.87 | - |
| YUV | 139.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 157 | 0 | 0.68 | 0.37 | 0.02 | 332.98 | 0.96 | 0.65 |
| Hex | FB | 50 | 9D | 0 | 44 | 25 | 2 | 14D | 60 | 41 |
| Octal | 373 | 120 | 235 | 0 | 104 | 45 | 2 | 515 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10011101 | 0 | 1000100 | 100101 | 10 | 101001101 | 1100000 | 1000001 |
Color Harmonies of #FB509D
Complementary color
Monochromatic Colors of #FB509D
Black with #FB509D
Text Example
Text Example
White with #FB509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB509D; }
p { color: rgb(251,80,157); }
H1.HeaderClassName
{
color: #FB509D;
}
.AnyTagClassName
{
color: #FB509D;
}
</style>
background-color css
<style>
a { background-color: #FB509D; }
a { background-color: rgb(251,80,157); }
div.DivClassName
{
background-color: #FB509D;
}
.BgClassName
{
background-color: #FB509D;
}
</style>
border-color css
<style>
span { border-color: #FB509D; }
span { border-color: rgb(251,80,157); }
td.TdClassName
{
border-color: #FB509D;
}
.TagClassName
{
border-color: #FB509D;
}
</style>