Shades of Brilliant Rose #FC45A0
Tints of Brilliant Rose #FC45A0
RGB
CMYK
RGB Variations
Color information
#FC45A0 (or 0xFC45A0) is known color: Brilliant Rose. HEX triplet: FC, 45 and A0. RGB value is (252,69,160). Sum of RGB (Red+Green+Blue) = 252+69+160=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A0 is #03BA5F. Grayscale: #858585. Windows color (decimal): -244320 or 10503676. OLE color: 10503676.
HSL color Cylindrical-coordinate representation of color #FC45A0: hue angle of 330.16º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC45A0 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 160 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.01 |
| HSL | 330.16º | 0.97% | 0.63% | - |
| HSV(B) | 330.16º | 0.73% | 0.99% | - |
| XYZ | 48.62 | 27.49 | 36 | - |
| YUV | 134.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 160 | 0 | 0.73 | 0.37 | 0.01 | 330.16 | 0.97 | 0.63 |
| Hex | FC | 45 | A0 | 0 | 49 | 25 | 1 | 14A | 61 | 3F |
| Octal | 374 | 105 | 240 | 0 | 111 | 45 | 1 | 512 | 141 | 77 |
| Binary | 11111100 | 1000101 | 10100000 | 0 | 1001001 | 100101 | 1 | 101001010 | 1100001 | 111111 |
Color Harmonies of #FC45A0
Complementary color
Monochromatic Colors of #FC45A0
Black with #FC45A0
Text Example
Text Example
White with #FC45A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC45A0; }
p { color: rgb(252,69,160); }
H1.HeaderClassName
{
color: #FC45A0;
}
.AnyTagClassName
{
color: #FC45A0;
}
</style>
background-color css
<style>
a { background-color: #FC45A0; }
a { background-color: rgb(252,69,160); }
div.DivClassName
{
background-color: #FC45A0;
}
.BgClassName
{
background-color: #FC45A0;
}
</style>
border-color css
<style>
span { border-color: #FC45A0; }
span { border-color: rgb(252,69,160); }
td.TdClassName
{
border-color: #FC45A0;
}
.TagClassName
{
border-color: #FC45A0;
}
</style>