Shades of Brilliant Rose #FC559A
Tints of Brilliant Rose #FC559A
RGB
CMYK
RGB Variations
Color information
#FC559A (or 0xFC559A) is known color: Brilliant Rose. HEX triplet: FC, 55 and 9A. RGB value is (252,85,154). Sum of RGB (Red+Green+Blue) = 252+85+154=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC559A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC559A is #03AA65. Grayscale: #8E8E8E. Windows color (decimal): -240230 or 10114556. OLE color: 10114556.
HSL color Cylindrical-coordinate representation of color #FC559A: hue angle of 335.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC559A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 154 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.01 |
| HSL | 335.21º | 0.97% | 0.66% | - |
| HSV(B) | 335.21º | 0.66% | 0.99% | - |
| XYZ | 49.23 | 29.53 | 33.68 | - |
| YUV | 142.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 154 | 0 | 0.66 | 0.39 | 0.01 | 335.21 | 0.97 | 0.66 |
| Hex | FC | 55 | 9A | 0 | 42 | 27 | 1 | 14F | 61 | 42 |
| Octal | 374 | 125 | 232 | 0 | 102 | 47 | 1 | 517 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10011010 | 0 | 1000010 | 100111 | 1 | 101001111 | 1100001 | 1000010 |
Color Harmonies of #FC559A
Complementary color
Monochromatic Colors of #FC559A
Black with #FC559A
Text Example
Text Example
White with #FC559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC559A; }
p { color: rgb(252,85,154); }
H1.HeaderClassName
{
color: #FC559A;
}
.AnyTagClassName
{
color: #FC559A;
}
</style>
background-color css
<style>
a { background-color: #FC559A; }
a { background-color: rgb(252,85,154); }
div.DivClassName
{
background-color: #FC559A;
}
.BgClassName
{
background-color: #FC559A;
}
</style>
border-color css
<style>
span { border-color: #FC559A; }
span { border-color: rgb(252,85,154); }
td.TdClassName
{
border-color: #FC559A;
}
.TagClassName
{
border-color: #FC559A;
}
</style>