Shades of Brink Pink #FC6479
Tints of Brink Pink #FC6479
RGB
CMYK
RGB Variations
Color information
#FC6479 (or 0xFC6479) is known color: Brink Pink. HEX triplet: FC, 64 and 79. RGB value is (252,100,121). Sum of RGB (Red+Green+Blue) = 252+100+121=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6479 is #039B86. Grayscale: #939393. Windows color (decimal): -236423 or 7955708. OLE color: 7955708.
HSL color Cylindrical-coordinate representation of color #FC6479: hue angle of 351.71º 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 #FC6479 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 121 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.01 |
| HSL | 351.71º | 0.96% | 0.69% | - |
| HSV(B) | 351.71º | 0.6% | 0.99% | - |
| XYZ | 48.15 | 31.19 | 21.57 | - |
| YUV | 147.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 121 | 0 | 0.60 | 0.52 | 0.01 | 351.71 | 0.96 | 0.69 |
| Hex | FC | 64 | 79 | 0 | 3C | 34 | 1 | 160 | 60 | 45 |
| Octal | 374 | 144 | 171 | 0 | 74 | 64 | 1 | 540 | 140 | 105 |
| Binary | 11111100 | 1100100 | 1111001 | 0 | 111100 | 110100 | 1 | 101100000 | 1100000 | 1000101 |
Color Harmonies of #FC6479
Complementary color
Monochromatic Colors of #FC6479
Black with #FC6479
Text Example
Text Example
White with #FC6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6479; }
p { color: rgb(252,100,121); }
H1.HeaderClassName
{
color: #FC6479;
}
.AnyTagClassName
{
color: #FC6479;
}
</style>
background-color css
<style>
a { background-color: #FC6479; }
a { background-color: rgb(252,100,121); }
div.DivClassName
{
background-color: #FC6479;
}
.BgClassName
{
background-color: #FC6479;
}
</style>
border-color css
<style>
span { border-color: #FC6479; }
span { border-color: rgb(252,100,121); }
td.TdClassName
{
border-color: #FC6479;
}
.TagClassName
{
border-color: #FC6479;
}
</style>