Shades of Brilliant Rose #FC509A
Tints of Brilliant Rose #FC509A
RGB
CMYK
RGB Variations
Color information
#FC509A (or 0xFC509A) is known color: Brilliant Rose. HEX triplet: FC, 50 and 9A. RGB value is (252,80,154). Sum of RGB (Red+Green+Blue) = 252+80+154=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC509A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC509A is #03AF65. Grayscale: #8B8B8B. Windows color (decimal): -241510 or 10113276. OLE color: 10113276.
HSL color Cylindrical-coordinate representation of color #FC509A: hue angle of 334.19º 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 #FC509A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 154 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.01 |
| HSL | 334.19º | 0.97% | 0.65% | - |
| HSV(B) | 334.19º | 0.68% | 0.99% | - |
| XYZ | 48.85 | 28.77 | 33.55 | - |
| YUV | 139.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 154 | 0 | 0.68 | 0.39 | 0.01 | 334.19 | 0.97 | 0.65 |
| Hex | FC | 50 | 9A | 0 | 44 | 27 | 1 | 14E | 61 | 41 |
| Octal | 374 | 120 | 232 | 0 | 104 | 47 | 1 | 516 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10011010 | 0 | 1000100 | 100111 | 1 | 101001110 | 1100001 | 1000001 |
Color Harmonies of #FC509A
Complementary color
Monochromatic Colors of #FC509A
Black with #FC509A
Text Example
Text Example
White with #FC509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC509A; }
p { color: rgb(252,80,154); }
H1.HeaderClassName
{
color: #FC509A;
}
.AnyTagClassName
{
color: #FC509A;
}
</style>
background-color css
<style>
a { background-color: #FC509A; }
a { background-color: rgb(252,80,154); }
div.DivClassName
{
background-color: #FC509A;
}
.BgClassName
{
background-color: #FC509A;
}
</style>
border-color css
<style>
span { border-color: #FC509A; }
span { border-color: rgb(252,80,154); }
td.TdClassName
{
border-color: #FC509A;
}
.TagClassName
{
border-color: #FC509A;
}
</style>