Shades of Brilliant Rose #FC64A6
Tints of Brilliant Rose #FC64A6
RGB
CMYK
RGB Variations
Color information
#FC64A6 (or 0xFC64A6) is known color: Brilliant Rose. HEX triplet: FC, 64 and A6. RGB value is (252,100,166). Sum of RGB (Red+Green+Blue) = 252+100+166=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC64A6 is #039B59. Grayscale: #989898. Windows color (decimal): -236378 or 10904828. OLE color: 10904828.
HSL color Cylindrical-coordinate representation of color #FC64A6: hue angle of 333.95º 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 #FC64A6 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 166 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.01 |
| HSL | 333.95º | 0.96% | 0.69% | - |
| HSV(B) | 333.95º | 0.6% | 0.99% | - |
| XYZ | 51.58 | 32.56 | 39.64 | - |
| YUV | 152.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 166 | 0 | 0.60 | 0.34 | 0.01 | 333.95 | 0.96 | 0.69 |
| Hex | FC | 64 | A6 | 0 | 3C | 22 | 1 | 14E | 60 | 45 |
| Octal | 374 | 144 | 246 | 0 | 74 | 42 | 1 | 516 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10100110 | 0 | 111100 | 100010 | 1 | 101001110 | 1100000 | 1000101 |
Color Harmonies of #FC64A6
Complementary color
Monochromatic Colors of #FC64A6
Black with #FC64A6
Text Example
Text Example
White with #FC64A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC64A6; }
p { color: rgb(252,100,166); }
H1.HeaderClassName
{
color: #FC64A6;
}
.AnyTagClassName
{
color: #FC64A6;
}
</style>
background-color css
<style>
a { background-color: #FC64A6; }
a { background-color: rgb(252,100,166); }
div.DivClassName
{
background-color: #FC64A6;
}
.BgClassName
{
background-color: #FC64A6;
}
</style>
border-color css
<style>
span { border-color: #FC64A6; }
span { border-color: rgb(252,100,166); }
td.TdClassName
{
border-color: #FC64A6;
}
.TagClassName
{
border-color: #FC64A6;
}
</style>