Shades of Brilliant Rose #FC45A3
Tints of Brilliant Rose #FC45A3
RGB
CMYK
RGB Variations
Color information
#FC45A3 (or 0xFC45A3) is known color: Brilliant Rose. HEX triplet: FC, 45 and A3. RGB value is (252,69,163). Sum of RGB (Red+Green+Blue) = 252+69+163=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A3 is #03BA5C. Grayscale: #868686. Windows color (decimal): -244317 or 10700284. OLE color: 10700284.
HSL color Cylindrical-coordinate representation of color #FC45A3: hue angle of 329.18º 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 #FC45A3 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 163 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.01 |
| HSL | 329.18º | 0.97% | 0.63% | - |
| HSV(B) | 329.18º | 0.73% | 0.99% | - |
| XYZ | 48.88 | 27.6 | 37.4 | - |
| YUV | 134.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 163 | 0 | 0.73 | 0.35 | 0.01 | 329.18 | 0.97 | 0.63 |
| Hex | FC | 45 | A3 | 0 | 49 | 23 | 1 | 149 | 61 | 3F |
| Octal | 374 | 105 | 243 | 0 | 111 | 43 | 1 | 511 | 141 | 77 |
| Binary | 11111100 | 1000101 | 10100011 | 0 | 1001001 | 100011 | 1 | 101001001 | 1100001 | 111111 |
Color Harmonies of #FC45A3
Complementary color
Monochromatic Colors of #FC45A3
Black with #FC45A3
Text Example
Text Example
White with #FC45A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC45A3; }
p { color: rgb(252,69,163); }
H1.HeaderClassName
{
color: #FC45A3;
}
.AnyTagClassName
{
color: #FC45A3;
}
</style>
background-color css
<style>
a { background-color: #FC45A3; }
a { background-color: rgb(252,69,163); }
div.DivClassName
{
background-color: #FC45A3;
}
.BgClassName
{
background-color: #FC45A3;
}
</style>
border-color css
<style>
span { border-color: #FC45A3; }
span { border-color: rgb(252,69,163); }
td.TdClassName
{
border-color: #FC45A3;
}
.TagClassName
{
border-color: #FC45A3;
}
</style>