Shades of Brink Pink #FC6E90
Tints of Brink Pink #FC6E90
RGB
CMYK
RGB Variations
Color information
#FC6E90 (or 0xFC6E90) is known color: Brink Pink. HEX triplet: FC, 6E and 90. RGB value is (252,110,144). Sum of RGB (Red+Green+Blue) = 252+110+144=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6E90 is #03916F. Grayscale: #9C9C9C. Windows color (decimal): -233840 or 9465596. OLE color: 9465596.
HSL color Cylindrical-coordinate representation of color #FC6E90: hue angle of 345.63º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6E90 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 144 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.01 |
| HSL | 345.63º | 0.96% | 0.71% | - |
| HSV(B) | 345.63º | 0.56% | 0.99% | - |
| XYZ | 50.75 | 33.86 | 30.25 | - |
| YUV | 156.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 144 | 0 | 0.56 | 0.43 | 0.01 | 345.63 | 0.96 | 0.71 |
| Hex | FC | 6E | 90 | 0 | 38 | 2B | 1 | 15A | 60 | 47 |
| Octal | 374 | 156 | 220 | 0 | 70 | 53 | 1 | 532 | 140 | 107 |
| Binary | 11111100 | 1101110 | 10010000 | 0 | 111000 | 101011 | 1 | 101011010 | 1100000 | 1000111 |
Color Harmonies of #FC6E90
Complementary color
Monochromatic Colors of #FC6E90
Black with #FC6E90
Text Example
Text Example
White with #FC6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E90; }
p { color: rgb(252,110,144); }
H1.HeaderClassName
{
color: #FC6E90;
}
.AnyTagClassName
{
color: #FC6E90;
}
</style>
background-color css
<style>
a { background-color: #FC6E90; }
a { background-color: rgb(252,110,144); }
div.DivClassName
{
background-color: #FC6E90;
}
.BgClassName
{
background-color: #FC6E90;
}
</style>
border-color css
<style>
span { border-color: #FC6E90; }
span { border-color: rgb(252,110,144); }
td.TdClassName
{
border-color: #FC6E90;
}
.TagClassName
{
border-color: #FC6E90;
}
</style>