Shades of Brink Pink #FF6579
Tints of Brink Pink #FF6579
RGB
CMYK
RGB Variations
Color information
#FF6579 (or 0xFF6579) is known color: Brink Pink. HEX triplet: FF, 65 and 79. RGB value is (255,101,121). Sum of RGB (Red+Green+Blue) = 255+101+121=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6579 is #009A86. Grayscale: #959595. Windows color (decimal): -39559 or 7955967. OLE color: 7955967.
HSL color Cylindrical-coordinate representation of color #FF6579: hue angle of 352.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6579 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 121 | - |
| CMYK | 0 | 0.60 | 0.53 | 0 |
| HSL | 352.21º | 1% | 0.7% | - |
| HSV(B) | 352.21º | 0.6% | 1% | - |
| XYZ | 49.34 | 31.95 | 21.65 | - |
| YUV | 149.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 121 | 0 | 0.60 | 0.53 | 0 | 352.21 | 1 | 0.7 |
| Hex | FF | 65 | 79 | 0 | 3C | 35 | 0 | 160 | 64 | 46 |
| Octal | 377 | 145 | 171 | 0 | 74 | 65 | 0 | 540 | 144 | 106 |
| Binary | 11111111 | 1100101 | 1111001 | 0 | 111100 | 110101 | 0 | 101100000 | 1100100 | 1000110 |
Color Harmonies of #FF6579
Complementary color
Monochromatic Colors of #FF6579
Black with #FF6579
Text Example
Text Example
White with #FF6579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6579; }
p { color: rgb(255,101,121); }
H1.HeaderClassName
{
color: #FF6579;
}
.AnyTagClassName
{
color: #FF6579;
}
</style>
background-color css
<style>
a { background-color: #FF6579; }
a { background-color: rgb(255,101,121); }
div.DivClassName
{
background-color: #FF6579;
}
.BgClassName
{
background-color: #FF6579;
}
</style>
border-color css
<style>
span { border-color: #FF6579; }
span { border-color: rgb(255,101,121); }
td.TdClassName
{
border-color: #FF6579;
}
.TagClassName
{
border-color: #FF6579;
}
</style>