Shades of Brink Pink #FF6B79
Tints of Brink Pink #FF6B79
RGB
CMYK
RGB Variations
Color information
#FF6B79 (or 0xFF6B79) is known color: Brink Pink. HEX triplet: FF, 6B and 79. RGB value is (255,107,121). Sum of RGB (Red+Green+Blue) = 255+107+121=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B79 is #009486. Grayscale: #989898. Windows color (decimal): -38023 or 7957503. OLE color: 7957503.
HSL color Cylindrical-coordinate representation of color #FF6B79: hue angle of 354.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B79 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 121 | - |
| CMYK | 0 | 0.58 | 0.53 | 0 |
| HSL | 354.32º | 1% | 0.71% | - |
| HSV(B) | 354.32º | 0.58% | 1% | - |
| XYZ | 49.95 | 33.16 | 21.86 | - |
| YUV | 152.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 121 | 0 | 0.58 | 0.53 | 0 | 354.32 | 1 | 0.71 |
| Hex | FF | 6B | 79 | 0 | 3A | 35 | 0 | 162 | 64 | 47 |
| Octal | 377 | 153 | 171 | 0 | 72 | 65 | 0 | 542 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1111001 | 0 | 111010 | 110101 | 0 | 101100010 | 1100100 | 1000111 |
Color Harmonies of #FF6B79
Complementary color
Monochromatic Colors of #FF6B79
Black with #FF6B79
Text Example
Text Example
White with #FF6B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B79; }
p { color: rgb(255,107,121); }
H1.HeaderClassName
{
color: #FF6B79;
}
.AnyTagClassName
{
color: #FF6B79;
}
</style>
background-color css
<style>
a { background-color: #FF6B79; }
a { background-color: rgb(255,107,121); }
div.DivClassName
{
background-color: #FF6B79;
}
.BgClassName
{
background-color: #FF6B79;
}
</style>
border-color css
<style>
span { border-color: #FF6B79; }
span { border-color: rgb(255,107,121); }
td.TdClassName
{
border-color: #FF6B79;
}
.TagClassName
{
border-color: #FF6B79;
}
</style>