Shades of Brilliant Rose #FB529B
Tints of Brilliant Rose #FB529B
RGB
CMYK
RGB Variations
Color information
#FB529B (or 0xFB529B) is known color: Brilliant Rose. HEX triplet: FB, 52 and 9B. RGB value is (251,82,155). Sum of RGB (Red+Green+Blue) = 251+82+155=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB529B is #04AD64. Grayscale: #8C8C8C. Windows color (decimal): -306533 or 10179323. OLE color: 10179323.
HSL color Cylindrical-coordinate representation of color #FB529B: hue angle of 334.08º 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 #FB529B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 155 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.02 |
| HSL | 334.08º | 0.95% | 0.65% | - |
| HSV(B) | 334.08º | 0.67% | 0.98% | - |
| XYZ | 48.72 | 28.91 | 34.02 | - |
| YUV | 140.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 155 | 0 | 0.67 | 0.38 | 0.02 | 334.08 | 0.95 | 0.65 |
| Hex | FB | 52 | 9B | 0 | 43 | 26 | 2 | 14E | 5F | 41 |
| Octal | 373 | 122 | 233 | 0 | 103 | 46 | 2 | 516 | 137 | 101 |
| Binary | 11111011 | 1010010 | 10011011 | 0 | 1000011 | 100110 | 10 | 101001110 | 1011111 | 1000001 |
Color Harmonies of #FB529B
Complementary color
Monochromatic Colors of #FB529B
Black with #FB529B
Text Example
Text Example
White with #FB529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB529B; }
p { color: rgb(251,82,155); }
H1.HeaderClassName
{
color: #FB529B;
}
.AnyTagClassName
{
color: #FB529B;
}
</style>
background-color css
<style>
a { background-color: #FB529B; }
a { background-color: rgb(251,82,155); }
div.DivClassName
{
background-color: #FB529B;
}
.BgClassName
{
background-color: #FB529B;
}
</style>
border-color css
<style>
span { border-color: #FB529B; }
span { border-color: rgb(251,82,155); }
td.TdClassName
{
border-color: #FB529B;
}
.TagClassName
{
border-color: #FB529B;
}
</style>