Shades of Brilliant Rose #FB52B0
Tints of Brilliant Rose #FB52B0
RGB
CMYK
RGB Variations
Color information
#FB52B0 (or 0xFB52B0) is known color: Brilliant Rose. HEX triplet: FB, 52 and B0. RGB value is (251,82,176). Sum of RGB (Red+Green+Blue) = 251+82+176=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB52B0 is #04AD4F. Grayscale: #8F8F8F. Windows color (decimal): -306512 or 11555579. OLE color: 11555579.
HSL color Cylindrical-coordinate representation of color #FB52B0: hue angle of 326.63º 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 #FB52B0 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 176 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.02 |
| HSL | 326.63º | 0.95% | 0.65% | - |
| HSV(B) | 326.63º | 0.67% | 0.98% | - |
| XYZ | 50.64 | 29.68 | 44.13 | - |
| YUV | 143.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 176 | 0 | 0.67 | 0.30 | 0.02 | 326.63 | 0.95 | 0.65 |
| Hex | FB | 52 | B0 | 0 | 43 | 1E | 2 | 147 | 5F | 41 |
| Octal | 373 | 122 | 260 | 0 | 103 | 36 | 2 | 507 | 137 | 101 |
| Binary | 11111011 | 1010010 | 10110000 | 0 | 1000011 | 11110 | 10 | 101000111 | 1011111 | 1000001 |
Color Harmonies of #FB52B0
Complementary color
Monochromatic Colors of #FB52B0
Black with #FB52B0
Text Example
Text Example
White with #FB52B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52B0; }
p { color: rgb(251,82,176); }
H1.HeaderClassName
{
color: #FB52B0;
}
.AnyTagClassName
{
color: #FB52B0;
}
</style>
background-color css
<style>
a { background-color: #FB52B0; }
a { background-color: rgb(251,82,176); }
div.DivClassName
{
background-color: #FB52B0;
}
.BgClassName
{
background-color: #FB52B0;
}
</style>
border-color css
<style>
span { border-color: #FB52B0; }
span { border-color: rgb(251,82,176); }
td.TdClassName
{
border-color: #FB52B0;
}
.TagClassName
{
border-color: #FB52B0;
}
</style>