Shades of Brink Pink #FC7683
Tints of Brink Pink #FC7683
RGB
CMYK
RGB Variations
Color information
#FC7683 (or 0xFC7683) is known color: Brink Pink. HEX triplet: FC, 76 and 83. RGB value is (252,118,131). Sum of RGB (Red+Green+Blue) = 252+118+131=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7683 is #03897C. Grayscale: #9F9F9F. Windows color (decimal): -231805 or 8615676. OLE color: 8615676.
HSL color Cylindrical-coordinate representation of color #FC7683: hue angle of 354.18º 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 #FC7683 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 131 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.01 |
| HSL | 354.18º | 0.96% | 0.73% | - |
| HSV(B) | 354.18º | 0.53% | 0.99% | - |
| XYZ | 50.72 | 35.29 | 25.61 | - |
| YUV | 159.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 131 | 0 | 0.53 | 0.48 | 0.01 | 354.18 | 0.96 | 0.73 |
| Hex | FC | 76 | 83 | 0 | 35 | 30 | 1 | 162 | 60 | 49 |
| Octal | 374 | 166 | 203 | 0 | 65 | 60 | 1 | 542 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10000011 | 0 | 110101 | 110000 | 1 | 101100010 | 1100000 | 1001001 |
Color Harmonies of #FC7683
Complementary color
Monochromatic Colors of #FC7683
Black with #FC7683
Text Example
Text Example
White with #FC7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7683; }
p { color: rgb(252,118,131); }
H1.HeaderClassName
{
color: #FC7683;
}
.AnyTagClassName
{
color: #FC7683;
}
</style>
background-color css
<style>
a { background-color: #FC7683; }
a { background-color: rgb(252,118,131); }
div.DivClassName
{
background-color: #FC7683;
}
.BgClassName
{
background-color: #FC7683;
}
</style>
border-color css
<style>
span { border-color: #FC7683; }
span { border-color: rgb(252,118,131); }
td.TdClassName
{
border-color: #FC7683;
}
.TagClassName
{
border-color: #FC7683;
}
</style>