Shades of Brilliant Rose #FC66A3
Tints of Brilliant Rose #FC66A3
RGB
CMYK
RGB Variations
Color information
#FC66A3 (or 0xFC66A3) is known color: Brilliant Rose. HEX triplet: FC, 66 and A3. RGB value is (252,102,163). Sum of RGB (Red+Green+Blue) = 252+102+163=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66A3 is #03995C. Grayscale: #999999. Windows color (decimal): -235869 or 10708732. OLE color: 10708732.
HSL color Cylindrical-coordinate representation of color #FC66A3: hue angle of 335.6º 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 #FC66A3 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 163 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.01 |
| HSL | 335.6º | 0.96% | 0.69% | - |
| HSV(B) | 335.6º | 0.6% | 0.99% | - |
| XYZ | 51.51 | 32.84 | 38.27 | - |
| YUV | 153.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 163 | 0 | 0.60 | 0.35 | 0.01 | 335.6 | 0.96 | 0.69 |
| Hex | FC | 66 | A3 | 0 | 3C | 23 | 1 | 150 | 60 | 45 |
| Octal | 374 | 146 | 243 | 0 | 74 | 43 | 1 | 520 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10100011 | 0 | 111100 | 100011 | 1 | 101010000 | 1100000 | 1000101 |
Color Harmonies of #FC66A3
Complementary color
Monochromatic Colors of #FC66A3
Black with #FC66A3
Text Example
Text Example
White with #FC66A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66A3; }
p { color: rgb(252,102,163); }
H1.HeaderClassName
{
color: #FC66A3;
}
.AnyTagClassName
{
color: #FC66A3;
}
</style>
background-color css
<style>
a { background-color: #FC66A3; }
a { background-color: rgb(252,102,163); }
div.DivClassName
{
background-color: #FC66A3;
}
.BgClassName
{
background-color: #FC66A3;
}
</style>
border-color css
<style>
span { border-color: #FC66A3; }
span { border-color: rgb(252,102,163); }
td.TdClassName
{
border-color: #FC66A3;
}
.TagClassName
{
border-color: #FC66A3;
}
</style>