Shades of Brilliant Rose #FC58A0
Tints of Brilliant Rose #FC58A0
RGB
CMYK
RGB Variations
Color information
#FC58A0 (or 0xFC58A0) is known color: Brilliant Rose. HEX triplet: FC, 58 and A0. RGB value is (252,88,160). Sum of RGB (Red+Green+Blue) = 252+88+160=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58A0 is #03A75F. Grayscale: #919191. Windows color (decimal): -239456 or 10508540. OLE color: 10508540.
HSL color Cylindrical-coordinate representation of color #FC58A0: hue angle of 333.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC58A0 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 160 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.01 |
| HSL | 333.66º | 0.96% | 0.67% | - |
| HSV(B) | 333.66º | 0.65% | 0.99% | - |
| XYZ | 49.98 | 30.21 | 36.46 | - |
| YUV | 145.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 160 | 0 | 0.65 | 0.37 | 0.01 | 333.66 | 0.96 | 0.67 |
| Hex | FC | 58 | A0 | 0 | 41 | 25 | 1 | 14E | 60 | 43 |
| Octal | 374 | 130 | 240 | 0 | 101 | 45 | 1 | 516 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10100000 | 0 | 1000001 | 100101 | 1 | 101001110 | 1100000 | 1000011 |
Color Harmonies of #FC58A0
Complementary color
Monochromatic Colors of #FC58A0
Black with #FC58A0
Text Example
Text Example
White with #FC58A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58A0; }
p { color: rgb(252,88,160); }
H1.HeaderClassName
{
color: #FC58A0;
}
.AnyTagClassName
{
color: #FC58A0;
}
</style>
background-color css
<style>
a { background-color: #FC58A0; }
a { background-color: rgb(252,88,160); }
div.DivClassName
{
background-color: #FC58A0;
}
.BgClassName
{
background-color: #FC58A0;
}
</style>
border-color css
<style>
span { border-color: #FC58A0; }
span { border-color: rgb(252,88,160); }
td.TdClassName
{
border-color: #FC58A0;
}
.TagClassName
{
border-color: #FC58A0;
}
</style>