Shades of Brilliant Rose #FC57AD
Tints of Brilliant Rose #FC57AD
RGB
CMYK
RGB Variations
Color information
#FC57AD (or 0xFC57AD) is known color: Brilliant Rose. HEX triplet: FC, 57 and AD. RGB value is (252,87,173). Sum of RGB (Red+Green+Blue) = 252+87+173=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57AD is #03A852. Grayscale: #919191. Windows color (decimal): -239699 or 11360252. OLE color: 11360252.
HSL color Cylindrical-coordinate representation of color #FC57AD: hue angle of 328.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57AD is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 173 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.01 |
| HSL | 328.73º | 0.96% | 0.66% | - |
| HSV(B) | 328.73º | 0.65% | 0.99% | - |
| XYZ | 51.1 | 30.53 | 42.73 | - |
| YUV | 146.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 173 | 0 | 0.65 | 0.31 | 0.01 | 328.73 | 0.96 | 0.66 |
| Hex | FC | 57 | AD | 0 | 41 | 1F | 1 | 149 | 60 | 42 |
| Octal | 374 | 127 | 255 | 0 | 101 | 37 | 1 | 511 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10101101 | 0 | 1000001 | 11111 | 1 | 101001001 | 1100000 | 1000010 |
Color Harmonies of #FC57AD
Complementary color
Monochromatic Colors of #FC57AD
Black with #FC57AD
Text Example
Text Example
White with #FC57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57AD; }
p { color: rgb(252,87,173); }
H1.HeaderClassName
{
color: #FC57AD;
}
.AnyTagClassName
{
color: #FC57AD;
}
</style>
background-color css
<style>
a { background-color: #FC57AD; }
a { background-color: rgb(252,87,173); }
div.DivClassName
{
background-color: #FC57AD;
}
.BgClassName
{
background-color: #FC57AD;
}
</style>
border-color css
<style>
span { border-color: #FC57AD; }
span { border-color: rgb(252,87,173); }
td.TdClassName
{
border-color: #FC57AD;
}
.TagClassName
{
border-color: #FC57AD;
}
</style>