Shades of Brilliant Rose #FC559E
Tints of Brilliant Rose #FC559E
RGB
CMYK
RGB Variations
Color information
#FC559E (or 0xFC559E) is known color: Brilliant Rose. HEX triplet: FC, 55 and 9E. RGB value is (252,85,158). Sum of RGB (Red+Green+Blue) = 252+85+158=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC559E is #03AA61. Grayscale: #8F8F8F. Windows color (decimal): -240226 or 10376700. OLE color: 10376700.
HSL color Cylindrical-coordinate representation of color #FC559E: hue angle of 333.77º 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 #FC559E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 158 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.01 |
| HSL | 333.77º | 0.97% | 0.66% | - |
| HSV(B) | 333.77º | 0.66% | 0.99% | - |
| XYZ | 49.56 | 29.66 | 35.46 | - |
| YUV | 143.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 158 | 0 | 0.66 | 0.37 | 0.01 | 333.77 | 0.97 | 0.66 |
| Hex | FC | 55 | 9E | 0 | 42 | 25 | 1 | 14E | 61 | 42 |
| Octal | 374 | 125 | 236 | 0 | 102 | 45 | 1 | 516 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10011110 | 0 | 1000010 | 100101 | 1 | 101001110 | 1100001 | 1000010 |
Color Harmonies of #FC559E
Complementary color
Monochromatic Colors of #FC559E
Black with #FC559E
Text Example
Text Example
White with #FC559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC559E; }
p { color: rgb(252,85,158); }
H1.HeaderClassName
{
color: #FC559E;
}
.AnyTagClassName
{
color: #FC559E;
}
</style>
background-color css
<style>
a { background-color: #FC559E; }
a { background-color: rgb(252,85,158); }
div.DivClassName
{
background-color: #FC559E;
}
.BgClassName
{
background-color: #FC559E;
}
</style>
border-color css
<style>
span { border-color: #FC559E; }
span { border-color: rgb(252,85,158); }
td.TdClassName
{
border-color: #FC559E;
}
.TagClassName
{
border-color: #FC559E;
}
</style>