Shades of Brink Pink #FC6390
Tints of Brink Pink #FC6390
RGB
CMYK
RGB Variations
Color information
#FC6390 (or 0xFC6390) is known color: Brink Pink. HEX triplet: FC, 63 and 90. RGB value is (252,99,144). Sum of RGB (Red+Green+Blue) = 252+99+144=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6390 is #039C6F. Grayscale: #959595. Windows color (decimal): -236656 or 9462780. OLE color: 9462780.
HSL color Cylindrical-coordinate representation of color #FC6390: hue angle of 342.35º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6390 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 144 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.01 |
| HSL | 342.35º | 0.96% | 0.69% | - |
| HSV(B) | 342.35º | 0.61% | 0.99% | - |
| XYZ | 49.64 | 31.63 | 29.87 | - |
| YUV | 149.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 144 | 0 | 0.61 | 0.43 | 0.01 | 342.35 | 0.96 | 0.69 |
| Hex | FC | 63 | 90 | 0 | 3D | 2B | 1 | 156 | 60 | 45 |
| Octal | 374 | 143 | 220 | 0 | 75 | 53 | 1 | 526 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10010000 | 0 | 111101 | 101011 | 1 | 101010110 | 1100000 | 1000101 |
Color Harmonies of #FC6390
Complementary color
Monochromatic Colors of #FC6390
Black with #FC6390
Text Example
Text Example
White with #FC6390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6390; }
p { color: rgb(252,99,144); }
H1.HeaderClassName
{
color: #FC6390;
}
.AnyTagClassName
{
color: #FC6390;
}
</style>
background-color css
<style>
a { background-color: #FC6390; }
a { background-color: rgb(252,99,144); }
div.DivClassName
{
background-color: #FC6390;
}
.BgClassName
{
background-color: #FC6390;
}
</style>
border-color css
<style>
span { border-color: #FC6390; }
span { border-color: rgb(252,99,144); }
td.TdClassName
{
border-color: #FC6390;
}
.TagClassName
{
border-color: #FC6390;
}
</style>