Shades of Brink Pink #FF6679
Tints of Brink Pink #FF6679
RGB
CMYK
RGB Variations
Color information
#FF6679 (or 0xFF6679) is known color: Brink Pink. HEX triplet: FF, 66 and 79. RGB value is (255,102,121). Sum of RGB (Red+Green+Blue) = 255+102+121=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6679 is #009986. Grayscale: #959595. Windows color (decimal): -39303 or 7956223. OLE color: 7956223.
HSL color Cylindrical-coordinate representation of color #FF6679: hue angle of 352.55º 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 #FF6679 is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 121 | - |
| CMYK | 0 | 0.6 | 0.53 | 0 |
| HSL | 352.55º | 1% | 0.7% | - |
| HSV(B) | 352.55º | 0.6% | 1% | - |
| XYZ | 49.44 | 32.14 | 21.69 | - |
| YUV | 149.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 121 | 0 | 0.6 | 0.53 | 0 | 352.55 | 1 | 0.7 |
| Hex | FF | 66 | 79 | 0 | 3C | 35 | 0 | 161 | 64 | 46 |
| Octal | 377 | 146 | 171 | 0 | 74 | 65 | 0 | 541 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1111001 | 0 | 111100 | 110101 | 0 | 101100001 | 1100100 | 1000110 |
Color Harmonies of #FF6679
Complementary color
Monochromatic Colors of #FF6679
Black with #FF6679
Text Example
Text Example
White with #FF6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6679; }
p { color: rgb(255,102,121); }
H1.HeaderClassName
{
color: #FF6679;
}
.AnyTagClassName
{
color: #FF6679;
}
</style>
background-color css
<style>
a { background-color: #FF6679; }
a { background-color: rgb(255,102,121); }
div.DivClassName
{
background-color: #FF6679;
}
.BgClassName
{
background-color: #FF6679;
}
</style>
border-color css
<style>
span { border-color: #FF6679; }
span { border-color: rgb(255,102,121); }
td.TdClassName
{
border-color: #FF6679;
}
.TagClassName
{
border-color: #FF6679;
}
</style>