Shades of Brilliant Rose #FC5CA2
Tints of Brilliant Rose #FC5CA2
RGB
CMYK
RGB Variations
Color information
#FC5CA2 (or 0xFC5CA2) is known color: Brilliant Rose. HEX triplet: FC, 5C and A2. RGB value is (252,92,162). Sum of RGB (Red+Green+Blue) = 252+92+162=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CA2 is #03A35D. Grayscale: #939393. Windows color (decimal): -238430 or 10640636. OLE color: 10640636.
HSL color Cylindrical-coordinate representation of color #FC5CA2: hue angle of 333.75º 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 #FC5CA2 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 162 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.01 |
| HSL | 333.75º | 0.96% | 0.67% | - |
| HSV(B) | 333.75º | 0.63% | 0.99% | - |
| XYZ | 50.49 | 30.96 | 37.5 | - |
| YUV | 147.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 162 | 0 | 0.63 | 0.36 | 0.01 | 333.75 | 0.96 | 0.67 |
| Hex | FC | 5C | A2 | 0 | 3F | 24 | 1 | 14E | 60 | 43 |
| Octal | 374 | 134 | 242 | 0 | 77 | 44 | 1 | 516 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10100010 | 0 | 111111 | 100100 | 1 | 101001110 | 1100000 | 1000011 |
Color Harmonies of #FC5CA2
Complementary color
Monochromatic Colors of #FC5CA2
Black with #FC5CA2
Text Example
Text Example
White with #FC5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CA2; }
p { color: rgb(252,92,162); }
H1.HeaderClassName
{
color: #FC5CA2;
}
.AnyTagClassName
{
color: #FC5CA2;
}
</style>
background-color css
<style>
a { background-color: #FC5CA2; }
a { background-color: rgb(252,92,162); }
div.DivClassName
{
background-color: #FC5CA2;
}
.BgClassName
{
background-color: #FC5CA2;
}
</style>
border-color css
<style>
span { border-color: #FC5CA2; }
span { border-color: rgb(252,92,162); }
td.TdClassName
{
border-color: #FC5CA2;
}
.TagClassName
{
border-color: #FC5CA2;
}
</style>