Shades of Brilliant Rose #FC5C9C
Tints of Brilliant Rose #FC5C9C
RGB
CMYK
RGB Variations
Color information
#FC5C9C (or 0xFC5C9C) is known color: Brilliant Rose. HEX triplet: FC, 5C and 9C. RGB value is (252,92,156). Sum of RGB (Red+Green+Blue) = 252+92+156=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C9C is #03A363. Grayscale: #939393. Windows color (decimal): -238436 or 10247420. OLE color: 10247420.
HSL color Cylindrical-coordinate representation of color #FC5C9C: hue angle of 336º 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 #FC5C9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 156 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.01 |
| HSL | 336º | 0.96% | 0.67% | - |
| HSV(B) | 336º | 0.63% | 0.99% | - |
| XYZ | 49.97 | 30.75 | 34.75 | - |
| YUV | 147.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 156 | 0 | 0.63 | 0.38 | 0.01 | 336 | 0.96 | 0.67 |
| Hex | FC | 5C | 9C | 0 | 3F | 26 | 1 | 150 | 60 | 43 |
| Octal | 374 | 134 | 234 | 0 | 77 | 46 | 1 | 520 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10011100 | 0 | 111111 | 100110 | 1 | 101010000 | 1100000 | 1000011 |
Color Harmonies of #FC5C9C
Complementary color
Monochromatic Colors of #FC5C9C
Black with #FC5C9C
Text Example
Text Example
White with #FC5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C9C; }
p { color: rgb(252,92,156); }
H1.HeaderClassName
{
color: #FC5C9C;
}
.AnyTagClassName
{
color: #FC5C9C;
}
</style>
background-color css
<style>
a { background-color: #FC5C9C; }
a { background-color: rgb(252,92,156); }
div.DivClassName
{
background-color: #FC5C9C;
}
.BgClassName
{
background-color: #FC5C9C;
}
</style>
border-color css
<style>
span { border-color: #FC5C9C; }
span { border-color: rgb(252,92,156); }
td.TdClassName
{
border-color: #FC5C9C;
}
.TagClassName
{
border-color: #FC5C9C;
}
</style>