Shades of Brink Pink #FF7C83
Tints of Brink Pink #FF7C83
RGB
CMYK
RGB Variations
Color information
#FF7C83 (or 0xFF7C83) is known color: Brink Pink. HEX triplet: FF, 7C and 83. RGB value is (255,124,131). Sum of RGB (Red+Green+Blue) = 255+124+131=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C83 is #00837C. Grayscale: #A4A4A4. Windows color (decimal): -33661 or 8617215. OLE color: 8617215.
HSL color Cylindrical-coordinate representation of color #FF7C83: hue angle of 356.79º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C83 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 131 | - |
| CMYK | 0 | 0.51 | 0.49 | 0 |
| HSL | 356.79º | 1% | 0.74% | - |
| HSV(B) | 356.79º | 0.51% | 1% | - |
| XYZ | 52.54 | 37.31 | 25.91 | - |
| YUV | 163.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 131 | 0 | 0.51 | 0.49 | 0 | 356.79 | 1 | 0.74 |
| Hex | FF | 7C | 83 | 0 | 33 | 31 | 0 | 165 | 64 | 4A |
| Octal | 377 | 174 | 203 | 0 | 63 | 61 | 0 | 545 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10000011 | 0 | 110011 | 110001 | 0 | 101100101 | 1100100 | 1001010 |
Color Harmonies of #FF7C83
Complementary color
Monochromatic Colors of #FF7C83
Black with #FF7C83
Text Example
Text Example
White with #FF7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C83; }
p { color: rgb(255,124,131); }
H1.HeaderClassName
{
color: #FF7C83;
}
.AnyTagClassName
{
color: #FF7C83;
}
</style>
background-color css
<style>
a { background-color: #FF7C83; }
a { background-color: rgb(255,124,131); }
div.DivClassName
{
background-color: #FF7C83;
}
.BgClassName
{
background-color: #FF7C83;
}
</style>
border-color css
<style>
span { border-color: #FF7C83; }
span { border-color: rgb(255,124,131); }
td.TdClassName
{
border-color: #FF7C83;
}
.TagClassName
{
border-color: #FF7C83;
}
</style>