Shades of Brilliant Rose #FC53A3
Tints of Brilliant Rose #FC53A3
RGB
CMYK
RGB Variations
Color information
#FC53A3 (or 0xFC53A3) is known color: Brilliant Rose. HEX triplet: FC, 53 and A3. RGB value is (252,83,163). Sum of RGB (Red+Green+Blue) = 252+83+163=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A3 is #03AC5C. Grayscale: #8E8E8E. Windows color (decimal): -240733 or 10703868. OLE color: 10703868.
HSL color Cylindrical-coordinate representation of color #FC53A3: hue angle of 331.6º 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 #FC53A3 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 163 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.01 |
| HSL | 331.6º | 0.97% | 0.66% | - |
| HSV(B) | 331.6º | 0.67% | 0.99% | - |
| XYZ | 49.85 | 29.53 | 37.72 | - |
| YUV | 142.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 163 | 0 | 0.67 | 0.35 | 0.01 | 331.6 | 0.97 | 0.66 |
| Hex | FC | 53 | A3 | 0 | 43 | 23 | 1 | 14C | 61 | 42 |
| Octal | 374 | 123 | 243 | 0 | 103 | 43 | 1 | 514 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10100011 | 0 | 1000011 | 100011 | 1 | 101001100 | 1100001 | 1000010 |
Color Harmonies of #FC53A3
Complementary color
Monochromatic Colors of #FC53A3
Black with #FC53A3
Text Example
Text Example
White with #FC53A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53A3; }
p { color: rgb(252,83,163); }
H1.HeaderClassName
{
color: #FC53A3;
}
.AnyTagClassName
{
color: #FC53A3;
}
</style>
background-color css
<style>
a { background-color: #FC53A3; }
a { background-color: rgb(252,83,163); }
div.DivClassName
{
background-color: #FC53A3;
}
.BgClassName
{
background-color: #FC53A3;
}
</style>
border-color css
<style>
span { border-color: #FC53A3; }
span { border-color: rgb(252,83,163); }
td.TdClassName
{
border-color: #FC53A3;
}
.TagClassName
{
border-color: #FC53A3;
}
</style>