Shades of Brilliant Rose #FC53A7
Tints of Brilliant Rose #FC53A7
RGB
CMYK
RGB Variations
Color information
#FC53A7 (or 0xFC53A7) is known color: Brilliant Rose. HEX triplet: FC, 53 and A7. RGB value is (252,83,167). Sum of RGB (Red+Green+Blue) = 252+83+167=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A7 is #03AC58. Grayscale: #8E8E8E. Windows color (decimal): -240729 or 10966012. OLE color: 10966012.
HSL color Cylindrical-coordinate representation of color #FC53A7: hue angle of 330.18º 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 #FC53A7 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 167 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.01 |
| HSL | 330.18º | 0.97% | 0.66% | - |
| HSV(B) | 330.18º | 0.67% | 0.99% | - |
| XYZ | 50.21 | 29.67 | 39.64 | - |
| YUV | 143.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 167 | 0 | 0.67 | 0.34 | 0.01 | 330.18 | 0.97 | 0.66 |
| Hex | FC | 53 | A7 | 0 | 43 | 22 | 1 | 14A | 61 | 42 |
| Octal | 374 | 123 | 247 | 0 | 103 | 42 | 1 | 512 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10100111 | 0 | 1000011 | 100010 | 1 | 101001010 | 1100001 | 1000010 |
Color Harmonies of #FC53A7
Complementary color
Monochromatic Colors of #FC53A7
Black with #FC53A7
Text Example
Text Example
White with #FC53A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53A7; }
p { color: rgb(252,83,167); }
H1.HeaderClassName
{
color: #FC53A7;
}
.AnyTagClassName
{
color: #FC53A7;
}
</style>
background-color css
<style>
a { background-color: #FC53A7; }
a { background-color: rgb(252,83,167); }
div.DivClassName
{
background-color: #FC53A7;
}
.BgClassName
{
background-color: #FC53A7;
}
</style>
border-color css
<style>
span { border-color: #FC53A7; }
span { border-color: rgb(252,83,167); }
td.TdClassName
{
border-color: #FC53A7;
}
.TagClassName
{
border-color: #FC53A7;
}
</style>