Shades of Brilliant Rose #FB529F
Tints of Brilliant Rose #FB529F
RGB
CMYK
RGB Variations
Color information
#FB529F (or 0xFB529F) is known color: Brilliant Rose. HEX triplet: FB, 52 and 9F. RGB value is (251,82,159). Sum of RGB (Red+Green+Blue) = 251+82+159=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB529F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB529F is #04AD60. Grayscale: #8D8D8D. Windows color (decimal): -306529 or 10441467. OLE color: 10441467.
HSL color Cylindrical-coordinate representation of color #FB529F: hue angle of 332.66º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB529F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 159 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.02 |
| HSL | 332.66º | 0.95% | 0.65% | - |
| HSV(B) | 332.66º | 0.67% | 0.98% | - |
| XYZ | 49.06 | 29.05 | 35.82 | - |
| YUV | 141.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 159 | 0 | 0.67 | 0.37 | 0.02 | 332.66 | 0.95 | 0.65 |
| Hex | FB | 52 | 9F | 0 | 43 | 25 | 2 | 14D | 5F | 41 |
| Octal | 373 | 122 | 237 | 0 | 103 | 45 | 2 | 515 | 137 | 101 |
| Binary | 11111011 | 1010010 | 10011111 | 0 | 1000011 | 100101 | 10 | 101001101 | 1011111 | 1000001 |
Color Harmonies of #FB529F
Complementary color
Monochromatic Colors of #FB529F
Black with #FB529F
Text Example
Text Example
White with #FB529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB529F; }
p { color: rgb(251,82,159); }
H1.HeaderClassName
{
color: #FB529F;
}
.AnyTagClassName
{
color: #FB529F;
}
</style>
background-color css
<style>
a { background-color: #FB529F; }
a { background-color: rgb(251,82,159); }
div.DivClassName
{
background-color: #FB529F;
}
.BgClassName
{
background-color: #FB529F;
}
</style>
border-color css
<style>
span { border-color: #FB529F; }
span { border-color: rgb(251,82,159); }
td.TdClassName
{
border-color: #FB529F;
}
.TagClassName
{
border-color: #FB529F;
}
</style>