Shades of Brilliant Rose #FC58A3
Tints of Brilliant Rose #FC58A3
RGB
CMYK
RGB Variations
Color information
#FC58A3 (or 0xFC58A3) is known color: Brilliant Rose. HEX triplet: FC, 58 and A3. RGB value is (252,88,163). Sum of RGB (Red+Green+Blue) = 252+88+163=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58A3 is #03A75C. Grayscale: #919191. Windows color (decimal): -239453 or 10705148. OLE color: 10705148.
HSL color Cylindrical-coordinate representation of color #FC58A3: hue angle of 332.56º 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 #FC58A3 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 163 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.01 |
| HSL | 332.56º | 0.96% | 0.67% | - |
| HSV(B) | 332.56º | 0.65% | 0.99% | - |
| XYZ | 50.25 | 30.32 | 37.85 | - |
| YUV | 145.59 | 137.83 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 163 | 0 | 0.65 | 0.35 | 0.01 | 332.56 | 0.96 | 0.67 |
| Hex | FC | 58 | A3 | 0 | 41 | 23 | 1 | 14D | 60 | 43 |
| Octal | 374 | 130 | 243 | 0 | 101 | 43 | 1 | 515 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10100011 | 0 | 1000001 | 100011 | 1 | 101001101 | 1100000 | 1000011 |
Color Harmonies of #FC58A3
Complementary color
Monochromatic Colors of #FC58A3
Black with #FC58A3
Text Example
Text Example
White with #FC58A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58A3; }
p { color: rgb(252,88,163); }
H1.HeaderClassName
{
color: #FC58A3;
}
.AnyTagClassName
{
color: #FC58A3;
}
</style>
background-color css
<style>
a { background-color: #FC58A3; }
a { background-color: rgb(252,88,163); }
div.DivClassName
{
background-color: #FC58A3;
}
.BgClassName
{
background-color: #FC58A3;
}
</style>
border-color css
<style>
span { border-color: #FC58A3; }
span { border-color: rgb(252,88,163); }
td.TdClassName
{
border-color: #FC58A3;
}
.TagClassName
{
border-color: #FC58A3;
}
</style>