Shades of Brilliant Rose #FC58B2
Tints of Brilliant Rose #FC58B2
RGB
CMYK
RGB Variations
Color information
#FC58B2 (or 0xFC58B2) is known color: Brilliant Rose. HEX triplet: FC, 58 and B2. RGB value is (252,88,178). Sum of RGB (Red+Green+Blue) = 252+88+178=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC58B2 is #03A74D. Grayscale: #939393. Windows color (decimal): -239438 or 11688188. OLE color: 11688188.
HSL color Cylindrical-coordinate representation of color #FC58B2: hue angle of 327.07º 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 #FC58B2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 178 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.01 |
| HSL | 327.07º | 0.96% | 0.67% | - |
| HSV(B) | 327.07º | 0.65% | 0.99% | - |
| XYZ | 51.67 | 30.89 | 45.36 | - |
| YUV | 147.3 | 145.33 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 178 | 0 | 0.65 | 0.29 | 0.01 | 327.07 | 0.96 | 0.67 |
| Hex | FC | 58 | B2 | 0 | 41 | 1D | 1 | 147 | 60 | 43 |
| Octal | 374 | 130 | 262 | 0 | 101 | 35 | 1 | 507 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10110010 | 0 | 1000001 | 11101 | 1 | 101000111 | 1100000 | 1000011 |
Color Harmonies of #FC58B2
Complementary color
Monochromatic Colors of #FC58B2
Black with #FC58B2
Text Example
Text Example
White with #FC58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58B2; }
p { color: rgb(252,88,178); }
H1.HeaderClassName
{
color: #FC58B2;
}
.AnyTagClassName
{
color: #FC58B2;
}
</style>
background-color css
<style>
a { background-color: #FC58B2; }
a { background-color: rgb(252,88,178); }
div.DivClassName
{
background-color: #FC58B2;
}
.BgClassName
{
background-color: #FC58B2;
}
</style>
border-color css
<style>
span { border-color: #FC58B2; }
span { border-color: rgb(252,88,178); }
td.TdClassName
{
border-color: #FC58B2;
}
.TagClassName
{
border-color: #FC58B2;
}
</style>