Shades of Brilliant Rose #FC57A8
Tints of Brilliant Rose #FC57A8
RGB
CMYK
RGB Variations
Color information
#FC57A8 (or 0xFC57A8) is known color: Brilliant Rose. HEX triplet: FC, 57 and A8. RGB value is (252,87,168). Sum of RGB (Red+Green+Blue) = 252+87+168=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A8 is #03A857. Grayscale: #919191. Windows color (decimal): -239704 or 11032572. OLE color: 11032572.
HSL color Cylindrical-coordinate representation of color #FC57A8: hue angle of 330.55º 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 #FC57A8 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 168 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.01 |
| HSL | 330.55º | 0.96% | 0.66% | - |
| HSV(B) | 330.55º | 0.65% | 0.99% | - |
| XYZ | 50.62 | 30.34 | 40.23 | - |
| YUV | 145.57 | 140.66 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 168 | 0 | 0.65 | 0.33 | 0.01 | 330.55 | 0.96 | 0.66 |
| Hex | FC | 57 | A8 | 0 | 41 | 21 | 1 | 14B | 60 | 42 |
| Octal | 374 | 127 | 250 | 0 | 101 | 41 | 1 | 513 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10101000 | 0 | 1000001 | 100001 | 1 | 101001011 | 1100000 | 1000010 |
Color Harmonies of #FC57A8
Complementary color
Monochromatic Colors of #FC57A8
Black with #FC57A8
Text Example
Text Example
White with #FC57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57A8; }
p { color: rgb(252,87,168); }
H1.HeaderClassName
{
color: #FC57A8;
}
.AnyTagClassName
{
color: #FC57A8;
}
</style>
background-color css
<style>
a { background-color: #FC57A8; }
a { background-color: rgb(252,87,168); }
div.DivClassName
{
background-color: #FC57A8;
}
.BgClassName
{
background-color: #FC57A8;
}
</style>
border-color css
<style>
span { border-color: #FC57A8; }
span { border-color: rgb(252,87,168); }
td.TdClassName
{
border-color: #FC57A8;
}
.TagClassName
{
border-color: #FC57A8;
}
</style>