Shades of Brink Pink #FC6493
Tints of Brink Pink #FC6493
RGB
CMYK
RGB Variations
Color information
#FC6493 (or 0xFC6493) is known color: Brink Pink. HEX triplet: FC, 64 and 93. RGB value is (252,100,147). Sum of RGB (Red+Green+Blue) = 252+100+147=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6493 is #039B6C. Grayscale: #969696. Windows color (decimal): -236397 or 9659644. OLE color: 9659644.
HSL color Cylindrical-coordinate representation of color #FC6493: hue angle of 341.45º 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 #FC6493 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 147 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.01 |
| HSL | 341.45º | 0.96% | 0.69% | - |
| HSV(B) | 341.45º | 0.6% | 0.99% | - |
| XYZ | 49.97 | 31.92 | 31.13 | - |
| YUV | 150.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 147 | 0 | 0.60 | 0.42 | 0.01 | 341.45 | 0.96 | 0.69 |
| Hex | FC | 64 | 93 | 0 | 3C | 2A | 1 | 155 | 60 | 45 |
| Octal | 374 | 144 | 223 | 0 | 74 | 52 | 1 | 525 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10010011 | 0 | 111100 | 101010 | 1 | 101010101 | 1100000 | 1000101 |
Color Harmonies of #FC6493
Complementary color
Monochromatic Colors of #FC6493
Black with #FC6493
Text Example
Text Example
White with #FC6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6493; }
p { color: rgb(252,100,147); }
H1.HeaderClassName
{
color: #FC6493;
}
.AnyTagClassName
{
color: #FC6493;
}
</style>
background-color css
<style>
a { background-color: #FC6493; }
a { background-color: rgb(252,100,147); }
div.DivClassName
{
background-color: #FC6493;
}
.BgClassName
{
background-color: #FC6493;
}
</style>
border-color css
<style>
span { border-color: #FC6493; }
span { border-color: rgb(252,100,147); }
td.TdClassName
{
border-color: #FC6493;
}
.TagClassName
{
border-color: #FC6493;
}
</style>