Shades of Brilliant Rose #FC53B1
Tints of Brilliant Rose #FC53B1
RGB
CMYK
RGB Variations
Color information
#FC53B1 (or 0xFC53B1) is known color: Brilliant Rose. HEX triplet: FC, 53 and B1. RGB value is (252,83,177). Sum of RGB (Red+Green+Blue) = 252+83+177=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53B1 is #03AC4E. Grayscale: #909090. Windows color (decimal): -240719 or 11621372. OLE color: 11621372.
HSL color Cylindrical-coordinate representation of color #FC53B1: hue angle of 326.63º 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 #FC53B1 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 177 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.01 |
| HSL | 326.63º | 0.97% | 0.66% | - |
| HSV(B) | 326.63º | 0.67% | 0.99% | - |
| XYZ | 51.17 | 30.06 | 44.7 | - |
| YUV | 144.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 177 | 0 | 0.67 | 0.30 | 0.01 | 326.63 | 0.97 | 0.66 |
| Hex | FC | 53 | B1 | 0 | 43 | 1E | 1 | 147 | 61 | 42 |
| Octal | 374 | 123 | 261 | 0 | 103 | 36 | 1 | 507 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10110001 | 0 | 1000011 | 11110 | 1 | 101000111 | 1100001 | 1000010 |
Color Harmonies of #FC53B1
Complementary color
Monochromatic Colors of #FC53B1
Black with #FC53B1
Text Example
Text Example
White with #FC53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53B1; }
p { color: rgb(252,83,177); }
H1.HeaderClassName
{
color: #FC53B1;
}
.AnyTagClassName
{
color: #FC53B1;
}
</style>
background-color css
<style>
a { background-color: #FC53B1; }
a { background-color: rgb(252,83,177); }
div.DivClassName
{
background-color: #FC53B1;
}
.BgClassName
{
background-color: #FC53B1;
}
</style>
border-color css
<style>
span { border-color: #FC53B1; }
span { border-color: rgb(252,83,177); }
td.TdClassName
{
border-color: #FC53B1;
}
.TagClassName
{
border-color: #FC53B1;
}
</style>