Shades of Brilliant Rose #FC53B2
Tints of Brilliant Rose #FC53B2
RGB
CMYK
RGB Variations
Color information
#FC53B2 (or 0xFC53B2) is known color: Brilliant Rose. HEX triplet: FC, 53 and B2. RGB value is (252,83,178). Sum of RGB (Red+Green+Blue) = 252+83+178=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53B2 is #03AC4D. Grayscale: #909090. Windows color (decimal): -240718 or 11686908. OLE color: 11686908.
HSL color Cylindrical-coordinate representation of color #FC53B2: hue angle of 326.27º 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 #FC53B2 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 178 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.01 |
| HSL | 326.27º | 0.97% | 0.66% | - |
| HSV(B) | 326.27º | 0.67% | 0.99% | - |
| XYZ | 51.27 | 30.1 | 45.23 | - |
| YUV | 144.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 178 | 0 | 0.67 | 0.29 | 0.01 | 326.27 | 0.97 | 0.66 |
| Hex | FC | 53 | B2 | 0 | 43 | 1D | 1 | 146 | 61 | 42 |
| Octal | 374 | 123 | 262 | 0 | 103 | 35 | 1 | 506 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10110010 | 0 | 1000011 | 11101 | 1 | 101000110 | 1100001 | 1000010 |
Color Harmonies of #FC53B2
Complementary color
Monochromatic Colors of #FC53B2
Black with #FC53B2
Text Example
Text Example
White with #FC53B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53B2; }
p { color: rgb(252,83,178); }
H1.HeaderClassName
{
color: #FC53B2;
}
.AnyTagClassName
{
color: #FC53B2;
}
</style>
background-color css
<style>
a { background-color: #FC53B2; }
a { background-color: rgb(252,83,178); }
div.DivClassName
{
background-color: #FC53B2;
}
.BgClassName
{
background-color: #FC53B2;
}
</style>
border-color css
<style>
span { border-color: #FC53B2; }
span { border-color: rgb(252,83,178); }
td.TdClassName
{
border-color: #FC53B2;
}
.TagClassName
{
border-color: #FC53B2;
}
</style>