Shades of Brink Pink #FF7683
Tints of Brink Pink #FF7683
RGB
CMYK
RGB Variations
Color information
#FF7683 (or 0xFF7683) is known color: Brink Pink. HEX triplet: FF, 76 and 83. RGB value is (255,118,131). Sum of RGB (Red+Green+Blue) = 255+118+131=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7683 is #00897C. Grayscale: #A0A0A0. Windows color (decimal): -35197 or 8615679. OLE color: 8615679.
HSL color Cylindrical-coordinate representation of color #FF7683: hue angle of 354.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF7683 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 131 | - |
| CMYK | 0 | 0.54 | 0.49 | 0 |
| HSL | 354.31º | 1% | 0.73% | - |
| HSV(B) | 354.31º | 0.54% | 1% | - |
| XYZ | 51.82 | 35.86 | 25.66 | - |
| YUV | 160.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 131 | 0 | 0.54 | 0.49 | 0 | 354.31 | 1 | 0.73 |
| Hex | FF | 76 | 83 | 0 | 36 | 31 | 0 | 162 | 64 | 49 |
| Octal | 377 | 166 | 203 | 0 | 66 | 61 | 0 | 542 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10000011 | 0 | 110110 | 110001 | 0 | 101100010 | 1100100 | 1001001 |
Color Harmonies of #FF7683
Complementary color
Monochromatic Colors of #FF7683
Black with #FF7683
Text Example
Text Example
White with #FF7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7683; }
p { color: rgb(255,118,131); }
H1.HeaderClassName
{
color: #FF7683;
}
.AnyTagClassName
{
color: #FF7683;
}
</style>
background-color css
<style>
a { background-color: #FF7683; }
a { background-color: rgb(255,118,131); }
div.DivClassName
{
background-color: #FF7683;
}
.BgClassName
{
background-color: #FF7683;
}
</style>
border-color css
<style>
span { border-color: #FF7683; }
span { border-color: rgb(255,118,131); }
td.TdClassName
{
border-color: #FF7683;
}
.TagClassName
{
border-color: #FF7683;
}
</style>