Shades of Brilliant Rose #FC5CA4
Tints of Brilliant Rose #FC5CA4
RGB
CMYK
RGB Variations
Color information
#FC5CA4 (or 0xFC5CA4) is known color: Brilliant Rose. HEX triplet: FC, 5C and A4. RGB value is (252,92,164). Sum of RGB (Red+Green+Blue) = 252+92+164=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CA4 is #03A35B. Grayscale: #939393. Windows color (decimal): -238428 or 10771708. OLE color: 10771708.
HSL color Cylindrical-coordinate representation of color #FC5CA4: hue angle of 333º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CA4 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 164 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.01 |
| HSL | 333º | 0.96% | 0.67% | - |
| HSV(B) | 333º | 0.63% | 0.99% | - |
| XYZ | 50.67 | 31.03 | 38.44 | - |
| YUV | 148.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 164 | 0 | 0.63 | 0.35 | 0.01 | 333 | 0.96 | 0.67 |
| Hex | FC | 5C | A4 | 0 | 3F | 23 | 1 | 14D | 60 | 43 |
| Octal | 374 | 134 | 244 | 0 | 77 | 43 | 1 | 515 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10100100 | 0 | 111111 | 100011 | 1 | 101001101 | 1100000 | 1000011 |
Color Harmonies of #FC5CA4
Complementary color
Monochromatic Colors of #FC5CA4
Black with #FC5CA4
Text Example
Text Example
White with #FC5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CA4; }
p { color: rgb(252,92,164); }
H1.HeaderClassName
{
color: #FC5CA4;
}
.AnyTagClassName
{
color: #FC5CA4;
}
</style>
background-color css
<style>
a { background-color: #FC5CA4; }
a { background-color: rgb(252,92,164); }
div.DivClassName
{
background-color: #FC5CA4;
}
.BgClassName
{
background-color: #FC5CA4;
}
</style>
border-color css
<style>
span { border-color: #FC5CA4; }
span { border-color: rgb(252,92,164); }
td.TdClassName
{
border-color: #FC5CA4;
}
.TagClassName
{
border-color: #FC5CA4;
}
</style>