Shades of Brilliant Rose #FC509B
Tints of Brilliant Rose #FC509B
RGB
CMYK
RGB Variations
Color information
#FC509B (or 0xFC509B) is known color: Brilliant Rose. HEX triplet: FC, 50 and 9B. RGB value is (252,80,155). Sum of RGB (Red+Green+Blue) = 252+80+155=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC509B is #03AF64. Grayscale: #8B8B8B. Windows color (decimal): -241509 or 10178812. OLE color: 10178812.
HSL color Cylindrical-coordinate representation of color #FC509B: hue angle of 333.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC509B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.01 |
| HSL | 333.84º | 0.97% | 0.65% | - |
| HSV(B) | 333.84º | 0.68% | 0.99% | - |
| XYZ | 48.93 | 28.8 | 33.99 | - |
| YUV | 139.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 155 | 0 | 0.68 | 0.38 | 0.01 | 333.84 | 0.97 | 0.65 |
| Hex | FC | 50 | 9B | 0 | 44 | 26 | 1 | 14E | 61 | 41 |
| Octal | 374 | 120 | 233 | 0 | 104 | 46 | 1 | 516 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10011011 | 0 | 1000100 | 100110 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC509B
Complementary color
Monochromatic Colors of #FC509B
Black with #FC509B
Text Example
Text Example
White with #FC509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC509B; }
p { color: rgb(252,80,155); }
H1.HeaderClassName
{
color: #FC509B;
}
.AnyTagClassName
{
color: #FC509B;
}
</style>
background-color css
<style>
a { background-color: #FC509B; }
a { background-color: rgb(252,80,155); }
div.DivClassName
{
background-color: #FC509B;
}
.BgClassName
{
background-color: #FC509B;
}
</style>
border-color css
<style>
span { border-color: #FC509B; }
span { border-color: rgb(252,80,155); }
td.TdClassName
{
border-color: #FC509B;
}
.TagClassName
{
border-color: #FC509B;
}
</style>