Shades of Brilliant Rose #FC65A0
Tints of Brilliant Rose #FC65A0
RGB
CMYK
RGB Variations
Color information
#FC65A0 (or 0xFC65A0) is known color: Brilliant Rose. HEX triplet: FC, 65 and A0. RGB value is (252,101,160). Sum of RGB (Red+Green+Blue) = 252+101+160=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65A0 is #039A5F. Grayscale: #989898. Windows color (decimal): -236128 or 10511868. OLE color: 10511868.
HSL color Cylindrical-coordinate representation of color #FC65A0: hue angle of 336.56º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65A0 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 160 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.01 |
| HSL | 336.56º | 0.96% | 0.69% | - |
| HSV(B) | 336.56º | 0.6% | 0.99% | - |
| XYZ | 51.14 | 32.54 | 36.84 | - |
| YUV | 152.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 160 | 0 | 0.60 | 0.37 | 0.01 | 336.56 | 0.96 | 0.69 |
| Hex | FC | 65 | A0 | 0 | 3C | 25 | 1 | 151 | 60 | 45 |
| Octal | 374 | 145 | 240 | 0 | 74 | 45 | 1 | 521 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10100000 | 0 | 111100 | 100101 | 1 | 101010001 | 1100000 | 1000101 |
Color Harmonies of #FC65A0
Complementary color
Monochromatic Colors of #FC65A0
Black with #FC65A0
Text Example
Text Example
White with #FC65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65A0; }
p { color: rgb(252,101,160); }
H1.HeaderClassName
{
color: #FC65A0;
}
.AnyTagClassName
{
color: #FC65A0;
}
</style>
background-color css
<style>
a { background-color: #FC65A0; }
a { background-color: rgb(252,101,160); }
div.DivClassName
{
background-color: #FC65A0;
}
.BgClassName
{
background-color: #FC65A0;
}
</style>
border-color css
<style>
span { border-color: #FC65A0; }
span { border-color: rgb(252,101,160); }
td.TdClassName
{
border-color: #FC65A0;
}
.TagClassName
{
border-color: #FC65A0;
}
</style>