Shades of Brink Pink #FF6E79
Tints of Brink Pink #FF6E79
RGB
CMYK
RGB Variations
Color information
#FF6E79 (or 0xFF6E79) is known color: Brink Pink. HEX triplet: FF, 6E and 79. RGB value is (255,110,121). Sum of RGB (Red+Green+Blue) = 255+110+121=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E79 is #009186. Grayscale: #9A9A9A. Windows color (decimal): -37255 or 7958271. OLE color: 7958271.
HSL color Cylindrical-coordinate representation of color #FF6E79: hue angle of 355.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E79 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 121 | - |
| CMYK | 0 | 0.57 | 0.53 | 0 |
| HSL | 355.45º | 1% | 0.72% | - |
| HSV(B) | 355.45º | 0.57% | 1% | - |
| XYZ | 50.27 | 33.79 | 21.96 | - |
| YUV | 154.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 121 | 0 | 0.57 | 0.53 | 0 | 355.45 | 1 | 0.72 |
| Hex | FF | 6E | 79 | 0 | 39 | 35 | 0 | 163 | 64 | 48 |
| Octal | 377 | 156 | 171 | 0 | 71 | 65 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1101110 | 1111001 | 0 | 111001 | 110101 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF6E79
Complementary color
Monochromatic Colors of #FF6E79
Black with #FF6E79
Text Example
Text Example
White with #FF6E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E79; }
p { color: rgb(255,110,121); }
H1.HeaderClassName
{
color: #FF6E79;
}
.AnyTagClassName
{
color: #FF6E79;
}
</style>
background-color css
<style>
a { background-color: #FF6E79; }
a { background-color: rgb(255,110,121); }
div.DivClassName
{
background-color: #FF6E79;
}
.BgClassName
{
background-color: #FF6E79;
}
</style>
border-color css
<style>
span { border-color: #FF6E79; }
span { border-color: rgb(255,110,121); }
td.TdClassName
{
border-color: #FF6E79;
}
.TagClassName
{
border-color: #FF6E79;
}
</style>