Shades of Brilliant Rose #FB519C
Tints of Brilliant Rose #FB519C
RGB
CMYK
RGB Variations
Color information
#FB519C (or 0xFB519C) is known color: Brilliant Rose. HEX triplet: FB, 51 and 9C. RGB value is (251,81,156). Sum of RGB (Red+Green+Blue) = 251+81+156=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB519C is #04AE63. Grayscale: #8C8C8C. Windows color (decimal): -306788 or 10244603. OLE color: 10244603.
HSL color Cylindrical-coordinate representation of color #FB519C: hue angle of 333.53º 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 #FB519C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 156 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.53º | 0.96% | 0.65% | - |
| HSV(B) | 333.53º | 0.68% | 0.98% | - |
| XYZ | 48.73 | 28.79 | 34.44 | - |
| YUV | 140.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 156 | 0 | 0.68 | 0.38 | 0.02 | 333.53 | 0.96 | 0.65 |
| Hex | FB | 51 | 9C | 0 | 44 | 26 | 2 | 14E | 60 | 41 |
| Octal | 373 | 121 | 234 | 0 | 104 | 46 | 2 | 516 | 140 | 101 |
| Binary | 11111011 | 1010001 | 10011100 | 0 | 1000100 | 100110 | 10 | 101001110 | 1100000 | 1000001 |
Color Harmonies of #FB519C
Complementary color
Monochromatic Colors of #FB519C
Black with #FB519C
Text Example
Text Example
White with #FB519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB519C; }
p { color: rgb(251,81,156); }
H1.HeaderClassName
{
color: #FB519C;
}
.AnyTagClassName
{
color: #FB519C;
}
</style>
background-color css
<style>
a { background-color: #FB519C; }
a { background-color: rgb(251,81,156); }
div.DivClassName
{
background-color: #FB519C;
}
.BgClassName
{
background-color: #FB519C;
}
</style>
border-color css
<style>
span { border-color: #FB519C; }
span { border-color: rgb(251,81,156); }
td.TdClassName
{
border-color: #FB519C;
}
.TagClassName
{
border-color: #FB519C;
}
</style>