Shades of Brilliant Rose #FC56AD
Tints of Brilliant Rose #FC56AD
RGB
CMYK
RGB Variations
Color information
#FC56AD (or 0xFC56AD) is known color: Brilliant Rose. HEX triplet: FC, 56 and AD. RGB value is (252,86,173). Sum of RGB (Red+Green+Blue) = 252+86+173=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC56AD is #03A952. Grayscale: #919191. Windows color (decimal): -239955 or 11359996. OLE color: 11359996.
HSL color Cylindrical-coordinate representation of color #FC56AD: hue angle of 328.55º 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 #FC56AD is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 173 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.01 |
| HSL | 328.55º | 0.97% | 0.66% | - |
| HSV(B) | 328.55º | 0.66% | 0.99% | - |
| XYZ | 51.02 | 30.37 | 42.71 | - |
| YUV | 145.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 173 | 0 | 0.66 | 0.31 | 0.01 | 328.55 | 0.97 | 0.66 |
| Hex | FC | 56 | AD | 0 | 42 | 1F | 1 | 149 | 61 | 42 |
| Octal | 374 | 126 | 255 | 0 | 102 | 37 | 1 | 511 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10101101 | 0 | 1000010 | 11111 | 1 | 101001001 | 1100001 | 1000010 |
Color Harmonies of #FC56AD
Complementary color
Monochromatic Colors of #FC56AD
Black with #FC56AD
Text Example
Text Example
White with #FC56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56AD; }
p { color: rgb(252,86,173); }
H1.HeaderClassName
{
color: #FC56AD;
}
.AnyTagClassName
{
color: #FC56AD;
}
</style>
background-color css
<style>
a { background-color: #FC56AD; }
a { background-color: rgb(252,86,173); }
div.DivClassName
{
background-color: #FC56AD;
}
.BgClassName
{
background-color: #FC56AD;
}
</style>
border-color css
<style>
span { border-color: #FC56AD; }
span { border-color: rgb(252,86,173); }
td.TdClassName
{
border-color: #FC56AD;
}
.TagClassName
{
border-color: #FC56AD;
}
</style>