Shades of Brink Pink #FC6490
Tints of Brink Pink #FC6490
RGB
CMYK
RGB Variations
Color information
#FC6490 (or 0xFC6490) is known color: Brink Pink. HEX triplet: FC, 64 and 90. RGB value is (252,100,144). Sum of RGB (Red+Green+Blue) = 252+100+144=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6490 is #039B6F. Grayscale: #969696. Windows color (decimal): -236400 or 9463036. OLE color: 9463036.
HSL color Cylindrical-coordinate representation of color #FC6490: hue angle of 342.63º 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 #FC6490 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 144 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.01 |
| HSL | 342.63º | 0.96% | 0.69% | - |
| HSV(B) | 342.63º | 0.6% | 0.99% | - |
| XYZ | 49.74 | 31.82 | 29.91 | - |
| YUV | 150.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 144 | 0 | 0.60 | 0.43 | 0.01 | 342.63 | 0.96 | 0.69 |
| Hex | FC | 64 | 90 | 0 | 3C | 2B | 1 | 157 | 60 | 45 |
| Octal | 374 | 144 | 220 | 0 | 74 | 53 | 1 | 527 | 140 | 105 |
| Binary | 11111100 | 1100100 | 10010000 | 0 | 111100 | 101011 | 1 | 101010111 | 1100000 | 1000101 |
Color Harmonies of #FC6490
Complementary color
Monochromatic Colors of #FC6490
Black with #FC6490
Text Example
Text Example
White with #FC6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6490; }
p { color: rgb(252,100,144); }
H1.HeaderClassName
{
color: #FC6490;
}
.AnyTagClassName
{
color: #FC6490;
}
</style>
background-color css
<style>
a { background-color: #FC6490; }
a { background-color: rgb(252,100,144); }
div.DivClassName
{
background-color: #FC6490;
}
.BgClassName
{
background-color: #FC6490;
}
</style>
border-color css
<style>
span { border-color: #FC6490; }
span { border-color: rgb(252,100,144); }
td.TdClassName
{
border-color: #FC6490;
}
.TagClassName
{
border-color: #FC6490;
}
</style>