Shades of Brilliant Rose #FC53A1
Tints of Brilliant Rose #FC53A1
RGB
CMYK
RGB Variations
Color information
#FC53A1 (or 0xFC53A1) is known color: Brilliant Rose. HEX triplet: FC, 53 and A1. RGB value is (252,83,161). Sum of RGB (Red+Green+Blue) = 252+83+161=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A1 is #03AC5E. Grayscale: #8E8E8E. Windows color (decimal): -240735 or 10572796. OLE color: 10572796.
HSL color Cylindrical-coordinate representation of color #FC53A1: hue angle of 332.31º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53A1 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 161 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.01 |
| HSL | 332.31º | 0.97% | 0.66% | - |
| HSV(B) | 332.31º | 0.67% | 0.99% | - |
| XYZ | 49.67 | 29.46 | 36.79 | - |
| YUV | 142.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 161 | 0 | 0.67 | 0.36 | 0.01 | 332.31 | 0.97 | 0.66 |
| Hex | FC | 53 | A1 | 0 | 43 | 24 | 1 | 14C | 61 | 42 |
| Octal | 374 | 123 | 241 | 0 | 103 | 44 | 1 | 514 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10100001 | 0 | 1000011 | 100100 | 1 | 101001100 | 1100001 | 1000010 |
Color Harmonies of #FC53A1
Complementary color
Monochromatic Colors of #FC53A1
Black with #FC53A1
Text Example
Text Example
White with #FC53A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53A1; }
p { color: rgb(252,83,161); }
H1.HeaderClassName
{
color: #FC53A1;
}
.AnyTagClassName
{
color: #FC53A1;
}
</style>
background-color css
<style>
a { background-color: #FC53A1; }
a { background-color: rgb(252,83,161); }
div.DivClassName
{
background-color: #FC53A1;
}
.BgClassName
{
background-color: #FC53A1;
}
</style>
border-color css
<style>
span { border-color: #FC53A1; }
span { border-color: rgb(252,83,161); }
td.TdClassName
{
border-color: #FC53A1;
}
.TagClassName
{
border-color: #FC53A1;
}
</style>