Shades of Brink Pink #FC6B90
Tints of Brink Pink #FC6B90
RGB
CMYK
RGB Variations
Color information
#FC6B90 (or 0xFC6B90) is known color: Brink Pink. HEX triplet: FC, 6B and 90. RGB value is (252,107,144). Sum of RGB (Red+Green+Blue) = 252+107+144=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B90 is #03946F. Grayscale: #9A9A9A. Windows color (decimal): -234608 or 9464828. OLE color: 9464828.
HSL color Cylindrical-coordinate representation of color #FC6B90: hue angle of 344.69º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6B90 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 144 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.01 |
| HSL | 344.69º | 0.96% | 0.7% | - |
| HSV(B) | 344.69º | 0.58% | 0.99% | - |
| XYZ | 50.44 | 33.22 | 30.14 | - |
| YUV | 154.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 144 | 0 | 0.58 | 0.43 | 0.01 | 344.69 | 0.96 | 0.7 |
| Hex | FC | 6B | 90 | 0 | 3A | 2B | 1 | 159 | 60 | 46 |
| Octal | 374 | 153 | 220 | 0 | 72 | 53 | 1 | 531 | 140 | 106 |
| Binary | 11111100 | 1101011 | 10010000 | 0 | 111010 | 101011 | 1 | 101011001 | 1100000 | 1000110 |
Color Harmonies of #FC6B90
Complementary color
Monochromatic Colors of #FC6B90
Black with #FC6B90
Text Example
Text Example
White with #FC6B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B90; }
p { color: rgb(252,107,144); }
H1.HeaderClassName
{
color: #FC6B90;
}
.AnyTagClassName
{
color: #FC6B90;
}
</style>
background-color css
<style>
a { background-color: #FC6B90; }
a { background-color: rgb(252,107,144); }
div.DivClassName
{
background-color: #FC6B90;
}
.BgClassName
{
background-color: #FC6B90;
}
</style>
border-color css
<style>
span { border-color: #FC6B90; }
span { border-color: rgb(252,107,144); }
td.TdClassName
{
border-color: #FC6B90;
}
.TagClassName
{
border-color: #FC6B90;
}
</style>