Shades of Brink Pink #FF797D
Tints of Brink Pink #FF797D
RGB
CMYK
RGB Variations
Color information
#FF797D (or 0xFF797D) is known color: Brink Pink. HEX triplet: FF, 79 and 7D. RGB value is (255,121,125). Sum of RGB (Red+Green+Blue) = 255+121+125=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF797D is #008682. Grayscale: #A1A1A1. Windows color (decimal): -34435 or 8223231. OLE color: 8223231.
HSL color Cylindrical-coordinate representation of color #FF797D: hue angle of 358.21º 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 #FF797D is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 125 | - |
| CMYK | 0 | 0.53 | 0.51 | 0 |
| HSL | 358.21º | 1% | 0.74% | - |
| HSV(B) | 358.21º | 0.53% | 1% | - |
| XYZ | 51.78 | 36.42 | 23.7 | - |
| YUV | 161.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 125 | 0 | 0.53 | 0.51 | 0 | 358.21 | 1 | 0.74 |
| Hex | FF | 79 | 7D | 0 | 35 | 33 | 0 | 166 | 64 | 4A |
| Octal | 377 | 171 | 175 | 0 | 65 | 63 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111001 | 1111101 | 0 | 110101 | 110011 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF797D
Complementary color
Monochromatic Colors of #FF797D
Black with #FF797D
Text Example
Text Example
White with #FF797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF797D; }
p { color: rgb(255,121,125); }
H1.HeaderClassName
{
color: #FF797D;
}
.AnyTagClassName
{
color: #FF797D;
}
</style>
background-color css
<style>
a { background-color: #FF797D; }
a { background-color: rgb(255,121,125); }
div.DivClassName
{
background-color: #FF797D;
}
.BgClassName
{
background-color: #FF797D;
}
</style>
border-color css
<style>
span { border-color: #FF797D; }
span { border-color: rgb(255,121,125); }
td.TdClassName
{
border-color: #FF797D;
}
.TagClassName
{
border-color: #FF797D;
}
</style>