Shades of Brink Pink #FC6389
Tints of Brink Pink #FC6389
RGB
CMYK
RGB Variations
Color information
#FC6389 (or 0xFC6389) is known color: Brink Pink. HEX triplet: FC, 63 and 89. RGB value is (252,99,137). Sum of RGB (Red+Green+Blue) = 252+99+137=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6389 is #039C76. Grayscale: #959595. Windows color (decimal): -236663 or 9004028. OLE color: 9004028.
HSL color Cylindrical-coordinate representation of color #FC6389: hue angle of 345.1º 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 #FC6389 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 137 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.01 |
| HSL | 345.1º | 0.96% | 0.69% | - |
| HSV(B) | 345.1º | 0.61% | 0.99% | - |
| XYZ | 49.12 | 31.43 | 27.14 | - |
| YUV | 149.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 137 | 0 | 0.61 | 0.46 | 0.01 | 345.1 | 0.96 | 0.69 |
| Hex | FC | 63 | 89 | 0 | 3D | 2E | 1 | 159 | 60 | 45 |
| Octal | 374 | 143 | 211 | 0 | 75 | 56 | 1 | 531 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10001001 | 0 | 111101 | 101110 | 1 | 101011001 | 1100000 | 1000101 |
Color Harmonies of #FC6389
Complementary color
Monochromatic Colors of #FC6389
Black with #FC6389
Text Example
Text Example
White with #FC6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6389; }
p { color: rgb(252,99,137); }
H1.HeaderClassName
{
color: #FC6389;
}
.AnyTagClassName
{
color: #FC6389;
}
</style>
background-color css
<style>
a { background-color: #FC6389; }
a { background-color: rgb(252,99,137); }
div.DivClassName
{
background-color: #FC6389;
}
.BgClassName
{
background-color: #FC6389;
}
</style>
border-color css
<style>
span { border-color: #FC6389; }
span { border-color: rgb(252,99,137); }
td.TdClassName
{
border-color: #FC6389;
}
.TagClassName
{
border-color: #FC6389;
}
</style>