Shades of Brink Pink #FF7579
Tints of Brink Pink #FF7579
RGB
CMYK
RGB Variations
Color information
#FF7579 (or 0xFF7579) is known color: Brink Pink. HEX triplet: FF, 75 and 79. RGB value is (255,117,121). Sum of RGB (Red+Green+Blue) = 255+117+121=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7579 is #008A86. Grayscale: #9E9E9E. Windows color (decimal): -35463 or 7960063. OLE color: 7960063.
HSL color Cylindrical-coordinate representation of color #FF7579: hue angle of 358.26º 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 #FF7579 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 121 | - |
| CMYK | 0 | 0.54 | 0.53 | 0 |
| HSL | 358.26º | 1% | 0.73% | - |
| HSV(B) | 358.26º | 0.54% | 1% | - |
| XYZ | 51.05 | 35.36 | 22.22 | - |
| YUV | 158.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 121 | 0 | 0.54 | 0.53 | 0 | 358.26 | 1 | 0.73 |
| Hex | FF | 75 | 79 | 0 | 36 | 35 | 0 | 166 | 64 | 49 |
| Octal | 377 | 165 | 171 | 0 | 66 | 65 | 0 | 546 | 144 | 111 |
| Binary | 11111111 | 1110101 | 1111001 | 0 | 110110 | 110101 | 0 | 101100110 | 1100100 | 1001001 |
Color Harmonies of #FF7579
Complementary color
Monochromatic Colors of #FF7579
Black with #FF7579
Text Example
Text Example
White with #FF7579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7579; }
p { color: rgb(255,117,121); }
H1.HeaderClassName
{
color: #FF7579;
}
.AnyTagClassName
{
color: #FF7579;
}
</style>
background-color css
<style>
a { background-color: #FF7579; }
a { background-color: rgb(255,117,121); }
div.DivClassName
{
background-color: #FF7579;
}
.BgClassName
{
background-color: #FF7579;
}
</style>
border-color css
<style>
span { border-color: #FF7579; }
span { border-color: rgb(255,117,121); }
td.TdClassName
{
border-color: #FF7579;
}
.TagClassName
{
border-color: #FF7579;
}
</style>