Shades of Brilliant Rose #FC53AA
Tints of Brilliant Rose #FC53AA
RGB
CMYK
RGB Variations
Color information
#FC53AA (or 0xFC53AA) is known color: Brilliant Rose. HEX triplet: FC, 53 and AA. RGB value is (252,83,170). Sum of RGB (Red+Green+Blue) = 252+83+170=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53AA is #03AC55. Grayscale: #8F8F8F. Windows color (decimal): -240726 or 11162620. OLE color: 11162620.
HSL color Cylindrical-coordinate representation of color #FC53AA: hue angle of 329.11º 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 #FC53AA is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 170 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.01 |
| HSL | 329.11º | 0.97% | 0.66% | - |
| HSV(B) | 329.11º | 0.67% | 0.99% | - |
| XYZ | 50.49 | 29.78 | 41.12 | - |
| YUV | 143.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 170 | 0 | 0.67 | 0.33 | 0.01 | 329.11 | 0.97 | 0.66 |
| Hex | FC | 53 | AA | 0 | 43 | 21 | 1 | 149 | 61 | 42 |
| Octal | 374 | 123 | 252 | 0 | 103 | 41 | 1 | 511 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10101010 | 0 | 1000011 | 100001 | 1 | 101001001 | 1100001 | 1000010 |
Color Harmonies of #FC53AA
Complementary color
Monochromatic Colors of #FC53AA
Black with #FC53AA
Text Example
Text Example
White with #FC53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53AA; }
p { color: rgb(252,83,170); }
H1.HeaderClassName
{
color: #FC53AA;
}
.AnyTagClassName
{
color: #FC53AA;
}
</style>
background-color css
<style>
a { background-color: #FC53AA; }
a { background-color: rgb(252,83,170); }
div.DivClassName
{
background-color: #FC53AA;
}
.BgClassName
{
background-color: #FC53AA;
}
</style>
border-color css
<style>
span { border-color: #FC53AA; }
span { border-color: rgb(252,83,170); }
td.TdClassName
{
border-color: #FC53AA;
}
.TagClassName
{
border-color: #FC53AA;
}
</style>