Shades of Brink Pink #FF797F
Tints of Brink Pink #FF797F
RGB
CMYK
RGB Variations
Color information
#FF797F (or 0xFF797F) is known color: Brink Pink. HEX triplet: FF, 79 and 7F. RGB value is (255,121,127). Sum of RGB (Red+Green+Blue) = 255+121+127=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF797F is #008680. Grayscale: #A1A1A1. Windows color (decimal): -34433 or 8354303. OLE color: 8354303.
HSL color Cylindrical-coordinate representation of color #FF797F: hue angle of 357.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF797F is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 127 | - |
| CMYK | 0 | 0.53 | 0.50 | 0 |
| HSL | 357.31º | 1% | 0.74% | - |
| HSV(B) | 357.31º | 0.53% | 1% | - |
| XYZ | 51.91 | 36.47 | 24.38 | - |
| YUV | 161.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 127 | 0 | 0.53 | 0.50 | 0 | 357.31 | 1 | 0.74 |
| Hex | FF | 79 | 7F | 0 | 35 | 32 | 0 | 165 | 64 | 4A |
| Octal | 377 | 171 | 177 | 0 | 65 | 62 | 0 | 545 | 144 | 112 |
| Binary | 11111111 | 1111001 | 1111111 | 0 | 110101 | 110010 | 0 | 101100101 | 1100100 | 1001010 |
Color Harmonies of #FF797F
Complementary color
Monochromatic Colors of #FF797F
Black with #FF797F
Text Example
Text Example
White with #FF797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF797F; }
p { color: rgb(255,121,127); }
H1.HeaderClassName
{
color: #FF797F;
}
.AnyTagClassName
{
color: #FF797F;
}
</style>
background-color css
<style>
a { background-color: #FF797F; }
a { background-color: rgb(255,121,127); }
div.DivClassName
{
background-color: #FF797F;
}
.BgClassName
{
background-color: #FF797F;
}
</style>
border-color css
<style>
span { border-color: #FF797F; }
span { border-color: rgb(255,121,127); }
td.TdClassName
{
border-color: #FF797F;
}
.TagClassName
{
border-color: #FF797F;
}
</style>