Shades of Brilliant Rose #FC45A1
Tints of Brilliant Rose #FC45A1
RGB
CMYK
RGB Variations
Color information
#FC45A1 (or 0xFC45A1) is known color: Brilliant Rose. HEX triplet: FC, 45 and A1. RGB value is (252,69,161). Sum of RGB (Red+Green+Blue) = 252+69+161=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A1 is #03BA5E. Grayscale: #868686. Windows color (decimal): -244319 or 10569212. OLE color: 10569212.
HSL color Cylindrical-coordinate representation of color #FC45A1: hue angle of 329.84º 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 #FC45A1 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 161 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.01 |
| HSL | 329.84º | 0.97% | 0.63% | - |
| HSV(B) | 329.84º | 0.73% | 0.99% | - |
| XYZ | 48.71 | 27.52 | 36.46 | - |
| YUV | 134.21 | 143.13 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 161 | 0 | 0.73 | 0.36 | 0.01 | 329.84 | 0.97 | 0.63 |
| Hex | FC | 45 | A1 | 0 | 49 | 24 | 1 | 14A | 61 | 3F |
| Octal | 374 | 105 | 241 | 0 | 111 | 44 | 1 | 512 | 141 | 77 |
| Binary | 11111100 | 1000101 | 10100001 | 0 | 1001001 | 100100 | 1 | 101001010 | 1100001 | 111111 |
Color Harmonies of #FC45A1
Complementary color
Monochromatic Colors of #FC45A1
Black with #FC45A1
Text Example
Text Example
White with #FC45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC45A1; }
p { color: rgb(252,69,161); }
H1.HeaderClassName
{
color: #FC45A1;
}
.AnyTagClassName
{
color: #FC45A1;
}
</style>
background-color css
<style>
a { background-color: #FC45A1; }
a { background-color: rgb(252,69,161); }
div.DivClassName
{
background-color: #FC45A1;
}
.BgClassName
{
background-color: #FC45A1;
}
</style>
border-color css
<style>
span { border-color: #FC45A1; }
span { border-color: rgb(252,69,161); }
td.TdClassName
{
border-color: #FC45A1;
}
.TagClassName
{
border-color: #FC45A1;
}
</style>