Shades of Brilliant Rose #FB509F
Tints of Brilliant Rose #FB509F
RGB
CMYK
RGB Variations
Color information
#FB509F (or 0xFB509F) is known color: Brilliant Rose. HEX triplet: FB, 50 and 9F. RGB value is (251,80,159). Sum of RGB (Red+Green+Blue) = 251+80+159=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB509F is #04AF60. Grayscale: #8B8B8B. Windows color (decimal): -307041 or 10440955. OLE color: 10440955.
HSL color Cylindrical-coordinate representation of color #FB509F: hue angle of 332.28º 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 #FB509F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 159 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 332.28º | 0.96% | 0.65% | - |
| HSV(B) | 332.28º | 0.68% | 0.98% | - |
| XYZ | 48.91 | 28.75 | 35.77 | - |
| YUV | 140.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 159 | 0 | 0.68 | 0.37 | 0.02 | 332.28 | 0.96 | 0.65 |
| Hex | FB | 50 | 9F | 0 | 44 | 25 | 2 | 14C | 60 | 41 |
| Octal | 373 | 120 | 237 | 0 | 104 | 45 | 2 | 514 | 140 | 101 |
| Binary | 11111011 | 1010000 | 10011111 | 0 | 1000100 | 100101 | 10 | 101001100 | 1100000 | 1000001 |
Color Harmonies of #FB509F
Complementary color
Monochromatic Colors of #FB509F
Black with #FB509F
Text Example
Text Example
White with #FB509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB509F; }
p { color: rgb(251,80,159); }
H1.HeaderClassName
{
color: #FB509F;
}
.AnyTagClassName
{
color: #FB509F;
}
</style>
background-color css
<style>
a { background-color: #FB509F; }
a { background-color: rgb(251,80,159); }
div.DivClassName
{
background-color: #FB509F;
}
.BgClassName
{
background-color: #FB509F;
}
</style>
border-color css
<style>
span { border-color: #FB509F; }
span { border-color: rgb(251,80,159); }
td.TdClassName
{
border-color: #FB509F;
}
.TagClassName
{
border-color: #FB509F;
}
</style>