Shades of Brink Pink #FC7783
Tints of Brink Pink #FC7783
RGB
CMYK
RGB Variations
Color information
#FC7783 (or 0xFC7783) is known color: Brink Pink. HEX triplet: FC, 77 and 83. RGB value is (252,119,131). Sum of RGB (Red+Green+Blue) = 252+119+131=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7783 is #03887C. Grayscale: #A0A0A0. Windows color (decimal): -231549 or 8615932. OLE color: 8615932.
HSL color Cylindrical-coordinate representation of color #FC7783: hue angle of 354.59º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC7783 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 131 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.01 |
| HSL | 354.59º | 0.96% | 0.73% | - |
| HSV(B) | 354.59º | 0.53% | 0.99% | - |
| XYZ | 50.84 | 35.53 | 25.65 | - |
| YUV | 160.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 131 | 0 | 0.53 | 0.48 | 0.01 | 354.59 | 0.96 | 0.73 |
| Hex | FC | 77 | 83 | 0 | 35 | 30 | 1 | 163 | 60 | 49 |
| Octal | 374 | 167 | 203 | 0 | 65 | 60 | 1 | 543 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10000011 | 0 | 110101 | 110000 | 1 | 101100011 | 1100000 | 1001001 |
Color Harmonies of #FC7783
Complementary color
Monochromatic Colors of #FC7783
Black with #FC7783
Text Example
Text Example
White with #FC7783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7783; }
p { color: rgb(252,119,131); }
H1.HeaderClassName
{
color: #FC7783;
}
.AnyTagClassName
{
color: #FC7783;
}
</style>
background-color css
<style>
a { background-color: #FC7783; }
a { background-color: rgb(252,119,131); }
div.DivClassName
{
background-color: #FC7783;
}
.BgClassName
{
background-color: #FC7783;
}
</style>
border-color css
<style>
span { border-color: #FC7783; }
span { border-color: rgb(252,119,131); }
td.TdClassName
{
border-color: #FC7783;
}
.TagClassName
{
border-color: #FC7783;
}
</style>