Shades of Brink Pink #FC6C83
Tints of Brink Pink #FC6C83
RGB
CMYK
RGB Variations
Color information
#FC6C83 (or 0xFC6C83) is known color: Brink Pink. HEX triplet: FC, 6C and 83. RGB value is (252,108,131). Sum of RGB (Red+Green+Blue) = 252+108+131=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C83 is #03937C. Grayscale: #999999. Windows color (decimal): -234365 or 8613116. OLE color: 8613116.
HSL color Cylindrical-coordinate representation of color #FC6C83: hue angle of 350.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6C83 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 131 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.01 |
| HSL | 350.42º | 0.96% | 0.71% | - |
| HSV(B) | 350.42º | 0.57% | 0.99% | - |
| XYZ | 49.6 | 33.06 | 25.24 | - |
| YUV | 153.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 131 | 0 | 0.57 | 0.48 | 0.01 | 350.42 | 0.96 | 0.71 |
| Hex | FC | 6C | 83 | 0 | 39 | 30 | 1 | 15E | 60 | 47 |
| Octal | 374 | 154 | 203 | 0 | 71 | 60 | 1 | 536 | 140 | 107 |
| Binary | 11111100 | 1101100 | 10000011 | 0 | 111001 | 110000 | 1 | 101011110 | 1100000 | 1000111 |
Color Harmonies of #FC6C83
Complementary color
Monochromatic Colors of #FC6C83
Black with #FC6C83
Text Example
Text Example
White with #FC6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C83; }
p { color: rgb(252,108,131); }
H1.HeaderClassName
{
color: #FC6C83;
}
.AnyTagClassName
{
color: #FC6C83;
}
</style>
background-color css
<style>
a { background-color: #FC6C83; }
a { background-color: rgb(252,108,131); }
div.DivClassName
{
background-color: #FC6C83;
}
.BgClassName
{
background-color: #FC6C83;
}
</style>
border-color css
<style>
span { border-color: #FC6C83; }
span { border-color: rgb(252,108,131); }
td.TdClassName
{
border-color: #FC6C83;
}
.TagClassName
{
border-color: #FC6C83;
}
</style>