Shades of Brilliant Rose #FC56AA
Tints of Brilliant Rose #FC56AA
RGB
CMYK
RGB Variations
Color information
#FC56AA (or 0xFC56AA) is known color: Brilliant Rose. HEX triplet: FC, 56 and AA. RGB value is (252,86,170). Sum of RGB (Red+Green+Blue) = 252+86+170=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC56AA is #03A955. Grayscale: #919191. Windows color (decimal): -239958 or 11163388. OLE color: 11163388.
HSL color Cylindrical-coordinate representation of color #FC56AA: hue angle of 329.64º 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 #FC56AA is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 170 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.01 |
| HSL | 329.64º | 0.97% | 0.66% | - |
| HSV(B) | 329.64º | 0.66% | 0.99% | - |
| XYZ | 50.73 | 30.25 | 41.2 | - |
| YUV | 145.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 170 | 0 | 0.66 | 0.33 | 0.01 | 329.64 | 0.97 | 0.66 |
| Hex | FC | 56 | AA | 0 | 42 | 21 | 1 | 14A | 61 | 42 |
| Octal | 374 | 126 | 252 | 0 | 102 | 41 | 1 | 512 | 141 | 102 |
| Binary | 11111100 | 1010110 | 10101010 | 0 | 1000010 | 100001 | 1 | 101001010 | 1100001 | 1000010 |
Color Harmonies of #FC56AA
Complementary color
Monochromatic Colors of #FC56AA
Black with #FC56AA
Text Example
Text Example
White with #FC56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC56AA; }
p { color: rgb(252,86,170); }
H1.HeaderClassName
{
color: #FC56AA;
}
.AnyTagClassName
{
color: #FC56AA;
}
</style>
background-color css
<style>
a { background-color: #FC56AA; }
a { background-color: rgb(252,86,170); }
div.DivClassName
{
background-color: #FC56AA;
}
.BgClassName
{
background-color: #FC56AA;
}
</style>
border-color css
<style>
span { border-color: #FC56AA; }
span { border-color: rgb(252,86,170); }
td.TdClassName
{
border-color: #FC56AA;
}
.TagClassName
{
border-color: #FC56AA;
}
</style>